Registry / serialization / ex3-serde

ex3-serde

JSON →
library0.15.0rscratesunverified

Serialize and deserialize for the EX3 node framework.

# Cargo.toml [dependencies] ex3-serde = "0.15.0"
INSTALL
IMPORT
SIG · EX3-SERDE
E
ex3-serde
serializationrustv0.15.0
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_string
use ex3_serde::to_string;

Serialize a value to a string using EX3's serde implementation.

use ex3_serde::to_string; fn main() -> Result<(), Box<dyn std::error::Error>> { let data = serde_json::json!({ "key": "value" }); let s = to_string(&data)?; println!("{}", s); Ok(()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.15.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
ex3-serde — cargo add ex3-serde · libregistry