spider_transformations/
lib.rs

1pub mod html2text;
2/// Html to xml.
3pub mod html2xml;
4/// rcdom
5mod markup5ever_rcdom;
6/// Base transformations.
7pub mod transformation;
8// shortcut
9pub use transformation::content::{transform_content, transform_content_to_bytes};