0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 15, 2024 — Aug 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update information about required Rust version in README More... almost 4 years ago
Replace `std::mem::replace()` with `std::mem::take()` More... almost 4 years ago
Store an error kind enum in `ParserError` instead of an error message More... almost 4 years ago
Remove implementations of deprecated `Error::description()` More... almost 4 years ago
Add optional tracking of attribute order More... almost 4 years ago
Replace `filter_map().next()` with `find_map()` More... almost 4 years ago
Fix typo in `ElementBuilder::handle_event()` documentation More... almost 4 years ago
Pass string literals to panic macros More... almost 4 years ago
Clean up redundant references More... almost 4 years ago
Add a CHANGELOG More... almost 4 years ago
Bump version to 0.3.0 More... over 5 years ago
Avoid allocation in roundtrip example More... over 5 years ago
Use char instear of &str pattern to match a single '#' More... over 5 years ago
Use Iterator::next() instead of looping over 0/1 elements More... over 5 years ago
Use shorthand field initialization More... over 5 years ago
Remove unnecessary clones More... over 5 years ago
Avoid allocations when parsing QNames and unescaping More... over 5 years ago
Mark some fields of Element pub(crate) instead of using doc(hidden) More... over 5 years ago
Implement Error::source() instead of the deprecated Error::cause() More... over 5 years ago
Update coding style using rustfmt More... over 5 years ago
Update to Rust Edition 2018 More... over 5 years ago
Update README.md More... over 9 years ago
Bump version to 0.2.0 More... over 9 years ago
Change license to MIT/Apache-2.0 dual license More... over 9 years ago
Honor some Clippy advice More... over 9 years ago
Merge pull request #13 from frewsxcv/patch-1 More... over 10 years ago
Test on the stable channel instead of beta More... over 10 years ago
Make `Element::new()` take `IntoIterator` More... over 10 years ago
TravisCI: test on nightly and 1.0.0-beta More... over 10 years ago
Add "bench" feature to make tests work on 1.0.0-beta More... over 10 years ago