Registry / serialization / rmpv
library1.3.1rscratesunverified

Decoding/Encoding MessagePack values without schema.

# Cargo.toml [dependencies] rmpv = "1.3.1"
INSTALL
IMPORT
SIG · RMPV
R
rmpv
serializationrustv1.3.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Value
use rmpv::Value;

Create and print a MessagePack Value.

use rmpv::Value; fn main() { let val = Value::from(42); println!("{:?}", val); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
rmpv — cargo add rmpv · libregistry