aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2015-02-04 20:58:18 -0500
committerAndrew Gallant <jamslam@gmail.com>2015-02-04 20:58:18 -0500
commit926f7c8603420e61a249c653a00e01394cecf378 (patch)
treead7af11b80ad5a31aeafcb87e61cddff6dda8971 /README.md
parent5be204553fe5b18697c86a58ded3310428d047ba (diff)
downloadbyteorder-926f7c8603420e61a249c653a00e01394cecf378.tar.gz
too big!
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index a1d7d5f..231bad2 100644
--- a/README.md
+++ b/README.md
@@ -5,14 +5,12 @@ methods defined on the standard library `Reader` and `Writer` traits.
Work in progress.
-TODO
-====
+### TODO
1. `f32` and `f64` support. (trivial)
2. Flesh out the README. (Install, examples, links to docs, limitations.)
-Ideas?
-======
+### Ideas?
Use the `rustc-serialize` infrastructure, but it is known to be Not Fast. So
I'm skeptical of how useful it would be. Basically, it would let you say
something like: `let n: u32 = rdr.decode::<BigEndian>()` as opposed to