html: Re-export html5ever types used in our public API

This commit is contained in:
Kévin Commaille 2024-05-02 17:08:48 +02:00 committed by Kévin Commaille
parent bd56071587
commit b6dcb421bf

View File

@ -17,6 +17,8 @@
#![warn(missing_docs)]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
pub use html5ever::{tendril::StrTendril, Attribute, LocalName, Namespace, Prefix, QualName};
mod helpers;
mod html;
mod sanitizer_config;