# χrunchy
[](https://crates.io/crates/xrunchy)
[](https://docs.rs/xrunchy)
[](./LICENSE)
A WASM interface for the [χrust crate](https://gitlab.gnome.org/World/Rust/markup-rs/xrust/).
χrunchy supports the creation of Web applications that use XPath, XSLT, and transformations. It provides an implementation of χrust's Item::Node trait for HTML DOM nodes, using web_sys.
## Example
[Edit Markdown](https://www.explain.com.au/md/) uses χrunchy to query the page's DOM to find the elements to manipulate and to create DOM nodes.
## Change Log
| 0.1.0 | Initial release |