rust-runtime/smithy-xml/src/encode.rs
0 → 100644
+165
−0
rust-runtime/smithy-xml/src/escape.rs
0 → 100644
+78
−0
+100
−0
Loading
* Write XML Encoding Abstractions This commit creates an XML encode & escaping abstraction that allows "fearless code generation" (invalid XML is a compile error). * Rename TagWriter to ScopeWriter