Skip to main content

Module xml

Module xml 

Source
Expand description

Hand-written XML serialization and deserialization.

CloudFront restXml is simple enough that we write targeted emitters per response shape (as opposed to a generic serde-based layer). This keeps wire fidelity tight and compile times low.

Re-exports§

pub use writer::XmlWriter;

Modules§

de
XML deserialization of request bodies.
ser
Serialize domain types to restXml response bodies.
writer
Minimal XML writer — linear, allocation-aware, no external schema.