Name Description Size
async_tokio.rs This is an implementation of [`Reader`] for reading from a [`AsyncBufRead`] as underlying byte stream. This reader fully implements async/await so reading can use non-blocking I/O. 15705
buffered_reader.rs This is an implementation of [`Reader`] for reading from a [`BufRead`] as underlying byte stream. 18334
mod.rs Contains high-level interface for a pull-based XML parser. 83185
ns_reader.rs A reader that manages namespace declarations found in the input and able to resolve [qualified names] to [expanded names]. [qualified names]: https://www.w3.org/TR/xml-names11/#dt-qualname [expanded names]: https://www.w3.org/TR/xml-names11/#dt-expname 33294
slice_reader.rs This is an implementation of [`Reader`] for reading from a `&[u8]` as underlying byte stream. This implementation supports not using an intermediate buffer as the byte slice itself can be used to borrow from. 14203
state.rs 11144