byte 0.2.2

A low-level, zero-copy, panic-free, binary serializer and deserializer. (parser and encoder)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[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"