htmlproc
HTML processors as utils written in Rust.
Each function is offered as a single feature
, so the dependencies are kept small.
Functions
omit_enclosures
Remove specific tag enclosures from HTML text.
Install
Usage
use manipulate;
let result: String = manipulate;