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. 16482
buffered_reader.rs This is an implementation of [`Reader`] for reading from a [`BufRead`] as underlying byte stream. 16391
mod.rs Contains high-level interface for a pull-based XML parser. 81161
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 37050
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. 13317
state.rs 14803