aboutsummaryrefslogtreecommitdiff
path: root/pages/projects/binary_mapping.md
diff options
context:
space:
mode:
Diffstat (limited to 'pages/projects/binary_mapping.md')
-rw-r--r--pages/projects/binary_mapping.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/pages/projects/binary_mapping.md b/pages/projects/binary_mapping.md
new file mode 100644
index 0000000..acf5f47
--- /dev/null
+++ b/pages/projects/binary_mapping.md
@@ -0,0 +1,5 @@
+# BinaryMapping
+
+…is a collection of C++ templates which may be used to map binary structures into tuples and various other structures.
+
+These structures can then be traversed using integrated containers and iterators. This is useful for many kinds of data serialization tasks.