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