htmlite 0.20.0

An HTML manipulation toolkit
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "htmlite"
version = "0.20.0"
edition = "2024"
license = "MIT"
readme = "../README.md"
description = "An HTML manipulation toolkit"
repository  = "https://codeberg.org/eze-works/htmlite"
keywords = ["parser", "html"]
categories = ["web-programming", "parser-implementations"]

[lib]
path = "lib.rs"

[dev-dependencies]
serde = { version = "1.0.228", default-features = false, features = ["derive"] }
serde_json = "1.0.145"