Registry / serialization / yaserde

yaserde

JSON →
library0.12.0rscratesunverified

A serialization and deserialization library for Rust, similar to Serde but with a focus on XML.

# Cargo.toml [dependencies] yaserde = "0.12.0"
INSTALL
IMPORT
SIG · YASERDE
Y
yaserde
serializationrustv0.12.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.

Serializer
use yaserde::ser::Serializer;

Creates a serializer to convert data structures into XML.

use yaserde::ser::Serializer; let data = "<root><item>value</item></root>"; let mut serializer = Serializer::new(Vec::new()); // serialize some struct here
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.12.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
26
OpenAI (training)
1
Resources
yaserde — cargo add yaserde · libregistry