Pufu
Pufu is a small in-memory serialization/deserialization library for Rust.
Crates
pufu: main library crate.pufu-core: core types and helpers used by the library.pufu-macros: derive macros forpufu.
Install
Add the crate you need to your Cargo.toml:
[]
= "0.1"
Usage
// Example usage will be added as the API stabilizes.
License
MIT OR Apache-2.0