1 2 3 4 5 6 7 8 9 10
#[cfg(feature = "nns-host")] mod data_center; mod fetch; mod keys; const INVENTORY_FETCH_CONCURRENCY: usize = 32; #[cfg(feature = "nns-host")] pub(super) use fetch::fetch_node_provider_node_counts; pub(super) use fetch::fetch_registry_relation_inventory;