corepack 0.3.1

A no_std support for messagepack in serde
Documentation

corepack

A better messagepack implementation for serde

Documentation

MPL 2.0 License

To use:

corepack = "~0.3.0"

If you want to use corepack in a no_std environment (nightly rust required), disable the "std" feature and enable the "alloc" feature:

corepack = { version = "~0.3.0", default-features = false, features = ["alloc"] }

You must choose either "std" or "alloc" as a feature. Corepack currently requires dynamic allocations in a few situations.