aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2015-02-03 18:30:01 -0500
committerAndrew Gallant <jamslam@gmail.com>2015-02-03 18:30:01 -0500
commitcba505550a3d1896c33c2bc75826e2844c9a37d5 (patch)
treee42ad76b2f48f78a6641d7d6b21eee7daeecc13a /README.md
downloadbyteorder-cba505550a3d1896c33c2bc75826e2844c9a37d5.tar.gz
initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..664e58f
--- /dev/null
+++ b/README.md
@@ -0,0 +1,6 @@
+Convenience functions for reading and writing integers/floats in various byte
+orders such as big-endian and little-endian. This is meant to replace the old
+methods defined on the standard library `Reader` and `Writer` traits.
+
+Work in progress.
+