binary-reader 0.1.0

A binary reader for rust-lang. not for serialize
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "binary-reader"
version = "0.1.0"
authors = ["MPThLee <mpthlee@gmail.com>"]
description = "A binary reader for rust-lang. not for serialize"
readme = "README.md"
license = "MIT"
license-file = "LICENSE.md"
repository = "https://github.com/MPThLee/binary-reader.rs"

publish = true

[dependencies]
byteorder = "1.1"