binary-reader 0.1.3

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

publish = true

[badges]
travis-ci = { repository = "MPThLee/binary-reader.rs" }
coveralls = { repository = "MPThLee/binary-reader.rs" }


[dependencies]
byteorder = "1.1"