toks 1.4.0

Efficient tokens for `html5ever::rcdom::RcDom` `Handle` parsing aiming for O(1) HTML DOM walking & efficiency.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# toks

Efficient tokens for `html5ever::rcdom::RcDom` `Handle` parsing aiming for O(1) HTML DOM walking & efficiency.

[![Rust](https://github.com/pagescrape/toks.rs/actions/workflows/rust.yml/badge.svg)](https://github.com/pagescrape/toks.rs/actions/workflows/rust.yml)
[![Crates.io](https://img.shields.io/crates/v/toks.svg?maxAge=2592000)](https://crates.io/crates/toks)

### Documentation

- [Released]http://docs.rs/toks

## Usage

Get started by looking at examples.

# License

MIT/Apache-2.0