Registry / serialization / polywrap-msgpack-serde

polywrap-msgpack-serde

JSON →
library0.0.2rscratesunverified

An msgpack Serializer and Deserializer data format with Serde for Polywrap.

# Cargo.toml [dependencies] polywrap_msgpack_serde = "0.0.2"
INSTALL
IMPORT
SIG · POLYWRAP-MSGPACK-S
P
polywrap-msgpack-serde
serializationrustv0.0.2
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.

to_vec
use polywrap_msgpack_serde::to_vec;

Serializes a value to MessagePack.

use polywrap_msgpack_serde::to_vec; fn main() { let data = to_vec(&42u32).unwrap(); println!("Serialized: {:?}", data); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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