byte 0.2.7

A low-level, zero-copy and panic-free serializer and deserializer for binary.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Context for primitives

mod bool;
mod bytes;
mod num;
mod str;

pub use self::bytes::*;
pub use self::num::*;
pub use self::str::*;