13 releases
Uses old Rust 2015
0.3.2 | May 26, 2019 |
---|---|
0.3.0 | Oct 31, 2018 |
0.2.6 | Dec 5, 2017 |
0.2.4 | Aug 10, 2017 |
0.1.0 | May 15, 2015 |
#661 in Web programming
24,368 downloads per month
Used in 60 crates
(41 directly)
235KB
6K
SLoC
SXD-Document
An XML library in Rust.
Overview
The project is currently broken into two crates:
document
- Basic DOM manipulation and reading/writing XML from strings.xpath
- Implementation of XPath 1.0 expressions.
There are also scattered utilities for playing around at the command line.
In the future, I hope to add support for XSLT 1.0.
Goals
This project has two goals, one more achievable than the other:
Contributing
- Fork it ( https://github.com/shepmaster/sxd-document/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Add a failing test.
- Add code to pass the test.
- Commit your changes (
git commit -am 'Add some feature'
) - Ensure tests pass.
- Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Dependencies
~75KB