aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2015-05-20 17:26:54 -0400
committerAndrew Gallant <jamslam@gmail.com>2015-05-20 17:26:54 -0400
commit945b6cf9721f77cfccbebb1067d6859d6de72094 (patch)
tree475f0666203c972a9bc1522ba5f82d0cd081ae28 /README.md
parentf1f61892ca5eeca63cc7fd5853682c6d9f061752 (diff)
downloadbyteorder-945b6cf9721f77cfccbebb1067d6859d6de72094.tar.gz
Remove old message about old_io.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index e22a2b4..b2b37c7 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,6 @@ 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)
[![](http://meritbadge.herokuapp.com/byteorder)](https://crates.io/crates/byteorder)