ic-query 0.12.1

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 leaf;
pub mod node;
pub mod node_operator;
pub mod node_provider;
pub mod proposals;
pub mod registry;
pub mod render;
#[cfg(feature = "host")]
pub(crate) mod source;
pub mod topology;

#[cfg(feature = "host")]
pub use source::{LiveNnsSource, NnsSourceRequest};