Permalink
Cannot retrieve contributors at this time
Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up
Fetching contributors…
| [package] | |
| name = "byteorder" | |
| version = "1.2.7" #:version | |
| authors = ["Andrew Gallant <jamslam@gmail.com>"] | |
| description = "Library for reading/writing numbers in big-endian and little-endian." | |
| documentation = "https://docs.rs/byteorder" | |
| homepage = "https://github.com/BurntSushi/byteorder" | |
| repository = "https://github.com/BurntSushi/byteorder" | |
| readme = "README.md" | |
| categories = ["encoding", "parsing"] | |
| keywords = ["byte", "endian", "big-endian", "little-endian", "binary"] | |
| license = "Unlicense OR MIT" | |
| exclude = ["/ci/*"] | |
| [lib] | |
| name = "byteorder" | |
| bench = false | |
| [dev-dependencies] | |
| quickcheck = { version = "0.7", default-features = false } | |
| rand = "0.5" | |
| [features] | |
| default = ["std"] | |
| std = [] | |
| i128 = [] | |
| [profile.bench] | |
| opt-level = 3 | |
| [badges] | |
| travis-ci = { repository = "BurntSushi/byteorder" } |