Skip to main content

Crate ic_query

Crate ic_query 

Source
Expand description

Reusable report models and helpers for Internet Computer metadata queries.

The default feature set is empty. A dependency using default-features = false gets the pure report DTOs, renderers, and local parsing/resolution helpers that are intended to stay free of native live-call dependencies.

This is a host dependency boundary, not a no_std promise. No-default builds are expected to compile for wasm32-unknown-unknown without ic-agent, Tokio, or futures, but they may still use ordinary std types such as String and Vec.

Enable host for native live-call adapters and runtime helpers. CLI parsing and process IO belong to the separate ic-query-cli crate.

Modulesยง

duration
Module: duration
icrc
Module: icrc
nns
Reusable Network Nervous System query families, models, and renderers.
sns
Reusable Service Nervous System query models, builders, caches, and renderers.
subnet_catalog
Cached NNS subnet catalog models, resolution helpers, builders, and renderers.