quick_
xml
0.36.2
Module encoding
Module Items
Structs
Constants
In crate quick_
xml
quick_xml
Module
encoding
Copy item path
source
Expand description
A module for wrappers that encode / decode data.
Structs
§
Decoder
Decoder of byte slices into strings.
Constants
§
UTF8_
BOM
🔒
Unicode “byte order mark” (\u{FEFF}) encoded as UTF-8. See
https://unicode.org/faq/utf_bom.html#bom1