xml-rs
xml-rs copied to clipboard
Add separate xml::reader::ErrorKind for zero-byte document
For cases when the document has zero-length, add a separate ErrorKind. This will simplify the error handling.