1 2 3 4 5 6 7 8 9 10
#[cfg(feature = "Data_Html")] pub mod Html; #[cfg(feature = "Data_Json")] pub mod Json; #[cfg(feature = "Data_Pdf")] pub mod Pdf; #[cfg(feature = "Data_Text")] pub mod Text; #[cfg(feature = "Data_Xml")] pub mod Xml;