byte 0.2.4

A low-level, zero-copy and panic-free serializer and deserializer for binary.
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.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"