Crates.io | rusthtml |
lib.rs | rusthtml |
version | 0.2.4 |
source | src |
created_at | 2020-12-09 07:59:13.308274 |
updated_at | 2020-12-10 07:54:31.699216 |
description | A html parser written in rust |
homepage | |
repository | https://github.com/moelife-coder/rusthtml |
max_upload_size | |
id | 321049 |
size | 1,710,898 |
RustHtml
is a small html parser written in rust.
Warning: this library is not production-ready. Many of the tags and standard are not implemented (mainly located in
tag_optimize()
). PRs are welcomed.
Completed & planned features:
head
ending tag, etc)Run cargo bench
to benchmark the program.
On my local device, parsing a 43833
lines html requires 18.697 ms
to complete
Distributed under the GPL-3.0-Only License. See LICENSE
for more information.