From cba505550a3d1896c33c2bc75826e2844c9a37d5 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Tue, 3 Feb 2015 18:30:01 -0500 Subject: initial commit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md (limited to 'README.md') 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. + -- cgit v1.2.3