simple_parse 0.3.0

A derive macro that allows conversion between arbitrary bytes into Rust types and vice-versa
Documentation
1
2
3
4
5
6
7
8
mod primitive;
pub use primitive::*;

mod string;
pub use string::*;

mod collections;
pub use collections::*;