Impl A thread safe DOM for xml5ever (#12)

This commit is contained in:
2026-04-13 12:05:32 +08:00
parent e16412350f
commit dd2921f2dd
8 changed files with 744 additions and 95 deletions

View File

@@ -16,6 +16,8 @@ pub mod escape;
pub mod files;
#[cfg(feature = "audio-flac")]
pub mod flac;
#[cfg(feature = "xml5ever")]
pub mod html5ever_arcdom;
#[cfg(feature = "image")]
pub mod img;
#[cfg(feature = "image-jxl")]