binary-reader 0.4.5

A binary reader for rust-lang. for step by step. It's a minimal `byteorder` wrapper for read bytes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Examples
========

## File.rs
This example shows how to use BinaryReader to read a file.

The structure of `file.bin` is in order of:
```
c-string: Hello, world!
i64: -1
u32: 123456789
f64: 3.141592653589793
f32: 1234.56
```