aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2015-02-20 23:16:31 -0500
committerAndrew Gallant <jamslam@gmail.com>2015-02-20 23:16:31 -0500
commit265b260df0d610fe970d5ec7bf128e3b42391b98 (patch)
tree668177779d266cce9b29a853b085017cf653d61b /README.md
parent001a41a3907f7398bdeabf38057466275d502547 (diff)
downloadbyteorder-265b260df0d610fe970d5ec7bf128e3b42391b98.tar.gz
Add note about module support in README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 19328a8..55855fe 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@ This crate provides convenience methods for encoding and decoding numbers in
either big-endian or little-endian order. This is meant to replace the old
methods defined on the standard library `Reader` and `Writer` traits.
+**This crate currently supports both the `std::io` and `std::old_io` modules.**
+
[![Build status](https://api.travis-ci.org/BurntSushi/byteorder.png)](https://travis-ci.org/BurntSushi/byteorder)
Licensed under the [UNLICENSE](http://unlicense.org).