binary-rs
A binary reader/writer for the rust language, with a similar syntax to the C# BinaryWriter and BinaryReader
Examples
Example code for reading
extern crate binary_rw;
use ;
Example code for writing
extern crate binary_rw;
use ;
TODO
- Multiple underlying streams like Memory Stream and File Stream (only file stream currently)