xrunchy 0.1.0

Support for using xrust in WASM
Documentation

χrunchy

crates.io Released API docs ALv2 licensed

A WASM interface for the χrust crate.

χ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 uses χrunchy to query the page's DOM to find the elements to manipulate and to create DOM nodes.

Change Log

Release Notes
0.1.0 Initial release