Sourced from roxmltree's changelog.
[0.18.0] - 2023-02-04
Added
StringStorage
that exposes an internal string storage.- Allocated strings are stored as
Arc<str>
and notString
now.Node::text_storage
Node::tail_storage
Attribute::value_storage
Node::range
Removed
Node::position
. UseNode::range
instead.Fixed
- Some methods return longer lifetimes now. Thanks to
@​adamreichold
- Overly verbose Debug implementations. Thanks to
@​adamreichold