Open
Description
xml-rs provides TextPosition
for this, while quick-xml only has Reader::buffer_position()
to get the byte position. It would be useful for error reporting if there was a way to compute the row and column from this (preferably without overhead if unused).
Activity