pufu 0.1.9

A simple in-memory serialization/deserialization library
Documentation

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 for pufu.

Install

Add the crate you need to your Cargo.toml:

[dependencies]
pufu = "0.1"

Usage

// Example usage will be added as the API stabilizes.

License

MIT OR Apache-2.0