byte 0.2.5

A low-level, zero-copy and panic-free serializer and deserializer for binary.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dev-dependencies.byteorder]
version = "1.0.0"

[dev-dependencies.quickcheck]
version = "0.3"

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