Crates.io | sxd-document |
lib.rs | sxd-document |
version | 0.3.2 |
source | src |
created_at | 2015-05-15 01:08:45.938197 |
updated_at | 2019-05-26 21:40:24.104388 |
description | A Rust XML DOM library |
homepage | https://github.com/shepmaster/sxd-document |
repository | https://github.com/shepmaster/sxd-document |
max_upload_size | |
id | 2110 |
size | 245,864 |
An XML library in Rust.
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.
This project has two goals, one more achievable than the other:
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)