ic-query 0.11.2

Internet Computer query library for NNS, SNS, ICRC, and related public network metadata
Documentation
//! Reusable Network Nervous System query families, models, and renderers.

#[cfg(feature = "host")]
#[macro_use]
mod macros;
pub mod data_center;
#[cfg(feature = "host")]
mod inventory_source;
#[cfg(feature = "host")]
mod leaf;
pub mod node;
pub mod node_operator;
pub mod node_provider;
pub mod proposals;
pub mod registry;
pub mod render;
pub mod topology;

#[cfg(feature = "host")]
pub use inventory_source::NnsInventorySourceRequest;