Popularity
3.9
Declining
Activity
0.0
Stable
147
9
35
Programming language: Rust
License: MIT License
Tags:
XML
Latest version: v0.3.2
sxd-document alternatives and similar packages
Based on the "XML" category.
Alternatively, view sxd-document alternatives based on common mentions on social networks and blogs.
Static code analysis for 29 languages.
Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Promo
www.sonarqube.org
Do you think we are missing an alternative of sxd-document or a related project?
README
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