[package]
name = "byte"
version = "0.2.4"
authors = ["andylokandy"]
description = "A low-level, zero-copy and panic-free serializer and deserializer for binary."
homepage = "https://github.com/andylokandy/byte"
documentation = "https://docs.rs/byte"
readme = "README.md"
keywords = ["binary", "parser", "bytes", "scroll", "no_std"]
categories = ["no-std", "embedded", "encoding", "parsing"]
license = "MIT/Apache-2.0"
repository = "https://github.com/andylokandy/byte"
[dev-dependencies.byteorder]
version = "1.0.0"
[dev-dependencies.quickcheck]
version = "0.3"