rphtml 0.5.12

A html parser written in rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Cargo lock
Cargo.lock

# rustfmt temp file
**/*.rs.bk

# rust build files
/target

# wasm package files
/pkg

# ignore node_modules
node_modules/

# flamegraph
flamegraph.svg