summaryrefslogtreecommitdiffstats
path: root/libraries/cereal/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/cereal/README')
-rw-r--r--libraries/cereal/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/cereal/README b/libraries/cereal/README
new file mode 100644
index 0000000000..ccdb80b28c
--- /dev/null
+++ b/libraries/cereal/README
@@ -0,0 +1,6 @@
+cereal is a header-only C++11 serialization library.
+cereal takes arbitrary data types and reversibly turns them into
+different representations, such as compact binary encodings, XML,
+or JSON.
+
+cereal was designed to be fast, light-weight, and easy to extend.