html-filter 0.2.1

Crate to parse, filter, search and edit an HTML file.
Documentation
[lib]
name = "html_filter"
path = "src/lib.rs"

[package]
authors = ["Tom Webber"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface", "parser-implementations", "parsing"]
description = "Crate to parse, filter, search and edit an HTML file."
edition = "2024"
keywords = ["parser", "html", "scraping"]
license = "MIT OR Apache-2.0"
name = "html-filter"
readme = "README.md"
repository = "https://github.com/t-webber/html-filter"
version = "0.2.1"

[[test]]
name = "errors"
path = "tests/errors.rs"

[[test]]
name = "match"
path = "tests/match.rs"

[[test]]
name = "mod"
path = "tests/mod.rs"