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

#1894 in Encoding

Download history 3/week @ 2024-02-19 12/week @ 2024-02-26 2/week @ 2024-03-11 144/week @ 2024-04-01

146 downloads per month

MPL-2.0 license

64KB
1.5K SLoC

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.


lib.rs:

corepack is a no_std support for messagepack in serde.

Dependencies

~200–470KB