libhtmlfilter 0.1.0

A tool to filter html by tags and classes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.kuchiki]
version = "0.8"

[dependencies.reqwest]
features = ["blocking"]
version = "0.11"

[package]
authors = ["Cysnies <official@tcea.top>"]
description = "A tool to filter html by tags and classes"
edition = "2021"
homepage = "https://github.com/fosscope/libhtmlfilter"
keywords = ["html", "filter", "lib"]
license = "MIT"
name = "libhtmlfilter"
readme = "README.md"
repository = "https://github.com/fosscope/libhtmlfilter"
version = "0.1.0"