xoev-xwasser 0.1.0

XOEV XWasser XML Standard
Documentation
# xwasser-rs

TBD.

## Legal

Licensed under `MIT` license.

## Features

TBD.

## Usage

TBD.

## Development

wasm-pack watcher:

```sh
cargo watch --watch src -s "wasm-pack build --release --target nodejs --reference-types --weak-refs"
```

vitest:

```sh
pnpm i
pnpm test
```