[package]
name = "byte"
version = "0.2.2"
authors = ["goandylok"]
description = "A low-level, zero-copy, panic-free, binary serializer and deserializer. (parser and encoder)"
homepage = "https://github.com/goandylok/byte"
documentation = "https://docs.rs/byte"
keywords = ["binary", "parser", "decode", "encode", "no_std"]
categories = ["no-std", "embedded", "encoding", "parsing"]
license = "MIT/Apache-2.0"
repository = "https://github.com/goandylok/byte"
[dev-dependencies.byteorder]
version = "1.0.0"
[dev-dependencies.quickcheck]
version = "0.3"