7 unstable releases
Uses old Rust 2015
0.4.1 | Apr 13, 2020 |
---|---|
0.4.0 | Jul 24, 2018 |
0.3.1 | Oct 7, 2017 |
0.3.0 | Jul 29, 2017 |
0.1.1 | Jan 25, 2017 |
#2098 in Encoding
64KB
1.5K
SLoC
corepack
A better messagepack implementation for serde
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.
lib.rs
:
corepack is a no_std support for messagepack in serde.
Dependencies
~185–445KB