Registry / serialization / etwin-serde-tools

etwin-serde-tools

JSON →
library0.12.3rscratesunverified

Helper functions for serde serialization and deserialization.

# Cargo.toml [dependencies] etwin_serde_tools = "0.12.3"
INSTALL
IMPORT
SIG · ETWIN-SERDE-TOOLS
E
etwin-serde-tools
serializationrustv0.12.3
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.

helpers
use etwin_serde_tools::helpers;

Serializes an integer to a JSON string using helper functions.

use etwin_serde_tools::helpers; fn main() { let data = helpers::serialize_to_string(&42).unwrap(); println!("{}", data); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.12.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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