byte 0.2.1

A low-level, zero-copy, panic-free, binary serializer and deserializer. (parser and encoder)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "byte"
version = "0.2.1"
authors = ["goandylok"]
license = "MIT/Apache-2.0"

description = "A low-level, zero-copy, panic-free, binary serializer and deserializer. (parser and encoder)"
documentation = "https://docs.rs/byte"
repository = "https://github.com/goandylok/byte"
homepage = "https://github.com/goandylok/byte"

keywords = ["binary", "parser", "decode", "encode", "no_std"]
categories = ["no-std", "embedded", "encoding", "parsing"]

[dev-dependencies]
quickcheck = "0.3"
byteorder = "1.0.0"