corepack

Crates.iocorepack
lib.rscorepack
version0.4.1
sourcesrc
created_at2017-01-25 17:41:38.943754
updated_at2020-04-13 03:28:11.570388
descriptionA no_std support for messagepack in serde
homepage
repositoryhttps://github.com/jrasky/corepack.git
max_upload_size
id8222
size81,189
Jerome Rasky (jrasky)

documentation

https://docs.rs/corepack

README

corepack

A better messagepack implementation for serde

Documentation

MPL 2.0 License

To use:

corepack = "~0.4.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.4.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.

Commit count: 86

cargo fmt