1 2 3 4 5 6 7 8 9 10
#[cfg(feature = "annotations")] pub mod annotations; #[cfg(feature = "hish")] pub mod content_hash; #[cfg(feature = "id")] pub mod id; #[cfg(feature = "services")] pub mod services; #[cfg(feature = "tag")] pub mod tag;