Registry / serialization / aws-smithy-xml

aws-smithy-xml

JSON →
library0.60.15rscratesunverified

XML parsing logic for Smithy protocols used in AWS SDKs.

# Cargo.toml [dependencies] aws-smithy-xml = "0.60.15"
INSTALL
IMPORT
SIG · AWS-SMITHY-XML
A
aws-smithy-xml
serializationrustv0.60.15
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.

XmlDecode
use aws_smithy_xml::decode::XmlDecode;

Demonstrates basic XML decoding with Smithy XML.

use aws_smithy_xml::decode::XmlDecode; fn main() { let xml = r#"<root><item>value</item></root>"#; let mut decoder = XmlDecode::new(xml.as_bytes()); // Further parsing logic... println!("Decoded XML"); }
Debug
Known issues
gotchaThis crate is primarily for internal AWS SDK use; API may change without notice.
fix
Use higher-level AWS SDK crates (e.g., aws-sdk-s3) instead of directly depending on this crate.
affects: >=0.1.0
Upgrade
Version history
0.60.15latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
OpenAI (training)
1
Resources
aws-smithy-xml — cargo add aws-smithy-xml · libregistry