xrunchy 0.1.0

Support for using xrust in WASM
Documentation
# χrunchy

[![crates.io](https://img.shields.io/crates/v/xrunchy.svg)](https://crates.io/crates/xrunchy)
[![Released API docs](https://docs.rs/xrunchy/badge.svg)](https://docs.rs/xrunchy)
[![ALv2 licensed](https://img.shields.io/badge/license-ALv2-blue.svg)](./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

| Release | Notes |
|---------|-------|
| 0.1.0   | Initial release |