Registry / serialization / polywrap-msgpack

polywrap-msgpack

JSON →
library0.1.5rscratesunverified

Rust implementation of the WRAP msgpack encoding standard for serialization.

# Cargo.toml [dependencies] polywrap_msgpack = "0.1.5"
INSTALL
IMPORT
SIG · POLYWRAP-MSGPACK
P
polywrap-msgpack
serializationrustv0.1.5
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.

encode
✓ use polywrap_msgpack::msgpack::encode;

Minimal example encoding an integer using the msgpack encoder.

use polywrap_msgpack::msgpack::encode; fn main() { let data = encode(&42).unwrap(); println!("Encoded: {:?}", data); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
polywrap-msgpack — cargo add polywrap-msgpack · libregistry