Registry / serialization / serde-aux

serde-aux

JSON →
library4.7.0rscratesunverified

Auxiliary utilities for the Serde serialization framework.

# Cargo.toml [dependencies] serde-aux = "4.7.0"
INSTALL
IMPORT
SIG · SERDE-AUX
S
serde-aux
serializationrustv4.7.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.

serde_aux
use serde_aux::prelude::*;

Deserialize a JSON string field using serde_aux helper.

use serde_aux::prelude::*; fn main() { let value = serde_json::json!({"name": "Alice"}); let name: String = deserialize_from_str(value["name"].as_str().unwrap()).unwrap(); println!("{}", name); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.7.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
serde-aux — cargo add serde-aux · libregistry