astraw / corepack

Another MessagePack implementation in Rust, this time with shiny new no_std serde

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

corepack

A no_std support for messagepack in serde

Documentation

MPL 2.0 License

To use:

corepack = "0.1"

Note: if you want to use corepack with a std serde, enable the std feature.

corepack = { version = "0.1", features = ["std"] }

Note: this package uses serde 0.8, and so requires patches to serde to be able to use the #[derive(Serialize, Deserialize)] successfully in certain situations in a no_std environment. Changes to update it to serde 0.9 are forthcoming.

About

Another MessagePack implementation in Rust, this time with shiny new no_std serde

License:Mozilla Public License 2.0


Languages

Language:Rust 100.0%