1 2 3 4 5 6 7 8 9 10
#[cfg(all( feature = "derive", any(feature = "serde-base", feature = "serde-full") ))] mod serde_support; #[cfg(all(feature = "derive", feature = "unhtml-html"))] mod unhtml_support; mod derive;