html-filter 0.2.1

Crate to parse, filter, search and edit an HTML file.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "html-filter"
version = "0.2.1"
edition = "2024"
readme = "README.md"
authors = ["Tom Webber"]
license = "MIT OR Apache-2.0"
keywords = ["parser", "html", "scraping"]
description = "Crate to parse, filter, search and edit an HTML file."
repository = "https://github.com/t-webber/html-filter"
categories = ["command-line-interface", "parser-implementations", "parsing"]