openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
R
RustyXML
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 15, 2024 — Aug 15, 2025
Showing page 1 of 7
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Update information about required Rust version in README
Florian Zeitz
More...
almost 4 years ago
Replace `std::mem::replace()` with `std::mem::take()`
Florian Zeitz
More...
almost 4 years ago
Store an error kind enum in `ParserError` instead of an error message
Florian Zeitz
More...
almost 4 years ago
Remove implementations of deprecated `Error::description()`
Florian Zeitz
More...
almost 4 years ago
Add optional tracking of attribute order
Florian Zeitz
More...
almost 4 years ago
Replace `filter_map().next()` with `find_map()`
Florian Zeitz
More...
almost 4 years ago
Fix typo in `ElementBuilder::handle_event()` documentation
Florian Zeitz
More...
almost 4 years ago
Pass string literals to panic macros
Florian Zeitz
More...
almost 4 years ago
Clean up redundant references
Florian Zeitz
More...
almost 4 years ago
Add a CHANGELOG
Florian Zeitz
More...
almost 4 years ago
Bump version to 0.3.0
Florian Zeitz
More...
over 5 years ago
Avoid allocation in roundtrip example
Florian Zeitz
More...
over 5 years ago
Use char instear of &str pattern to match a single '#'
Florian Zeitz
More...
over 5 years ago
Use Iterator::next() instead of looping over 0/1 elements
Florian Zeitz
More...
over 5 years ago
Use shorthand field initialization
Florian Zeitz
More...
over 5 years ago
Remove unnecessary clones
Florian Zeitz
More...
over 5 years ago
Avoid allocations when parsing QNames and unescaping
Florian Zeitz
More...
over 5 years ago
Mark some fields of Element pub(crate) instead of using doc(hidden)
Florian Zeitz
More...
over 5 years ago
Implement Error::source() instead of the deprecated Error::cause()
Florian Zeitz
More...
over 5 years ago
Update coding style using rustfmt
Florian Zeitz
More...
over 5 years ago
Update to Rust Edition 2018
Florian Zeitz
More...
over 5 years ago
Update README.md
Florian Zeitz
More...
over 9 years ago
Bump version to 0.2.0
Florian Zeitz
More...
over 9 years ago
Change license to MIT/Apache-2.0 dual license
Florian Zeitz
More...
over 9 years ago
Honor some Clippy advice
Florian Zeitz
More...
over 9 years ago
Merge pull request #13 from frewsxcv/patch-1
Florob
More...
over 10 years ago
Test on the stable channel instead of beta
Corey Farwell
More...
over 10 years ago
Make `Element::new()` take `IntoIterator`
Florian Zeitz
More...
over 10 years ago
TravisCI: test on nightly and 1.0.0-beta
Florian Zeitz
More...
over 10 years ago
Add "bench" feature to make tests work on 1.0.0-beta
Florian Zeitz
More...
over 10 years ago
←
1
2
3
4
5
6
7
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree