messagepack-core
messagepack for no_std
Example
use ;
let mut buf = ;
let mut writer = new;
let written = "MessagePack".encode.unwrap;
assert_eq!;
assert_eq!;
let mut reader = new;
let decoded = decode.unwrap;
assert_eq!;
assert_eq!;
Installation
Add this crate to Cargo.toml. If you want use this crate in no_std, disable default feature.
= { = "0.2", = false }
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.