htmlproc
HTML processors as utils written in Rust.
Each function is offered as a single feature
, so the dependencies are kept small.
Install in Rust project
# intall crate
# intall crate with specific features
# uninstall
# cargo remove htmlproc
Functions (Features)
omit_enclosures
Remove specific tag enclosures from HTML text.
Usage
use manipulate;
let result: String = manipulate;