Skip to content

1tgr/corepack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

corepack

A better messagepack implementation for serde

Documentation

MPL 2.0 License

To use:

corepack = "~0.2.0"

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

corepack = { version = "~0.2.0", default-features = false, features = ["collections"] }

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 100.0%