Name Description Size Coverage
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. 23388 -
buffered_reader.rs This is an implementation of [`Reader`] for reading from a [`BufRead`] as underlying byte stream. 24058 -
mod.rs Contains high-level interface for a pull-based XML parser. 94936 -
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 30686 -
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. 15776 -
state.rs 17047 -