byteorder 1.3.4

Library for reading/writing numbers in big-endian and little-endian.
Documentation
[badges.travis-ci]
repository = "BurntSushi/byteorder"
[dev-dependencies.doc-comment]
version = "0.3"

[dev-dependencies.quickcheck]
default-features = false
version = "0.8"

[dev-dependencies.rand]
version = "0.6"

[features]
default = ["std"]
i128 = []
std = []

[lib]
bench = false
name = "byteorder"

[package]
authors = ["Andrew Gallant <jamslam@gmail.com>"]
build = "build.rs"
categories = ["encoding", "parsing"]
description = "Library for reading/writing numbers in big-endian and little-endian."
documentation = "https://docs.rs/byteorder"
exclude = ["/ci/*"]
homepage = "https://github.com/BurntSushi/byteorder"
keywords = ["byte", "endian", "big-endian", "little-endian", "binary"]
license = "Unlicense OR MIT"
name = "byteorder"
readme = "README.md"
repository = "https://github.com/BurntSushi/byteorder"
version = "1.3.4"
[profile.bench]
opt-level = 3