binaryutils 0.1.4

port of pmmp/BinaryUtils
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "binaryutils"
version = "0.1.4"
authors = ["djdisodo <djdisodo@gmail.com>"]
edition = "2018"
license-file = "LICENSE"
description = "port of pmmp/BinaryUtils"
homepage = "https://github.com/djdisodo/binaryutils-rust"
documentation = "https://github.com/djdisodo/binaryutils-rust/blob/master/README.md"
repository = "https://github.com/djdisodo/binaryutils-rust.git"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
byteorder = "0.3.11"