ic-query 0.2.13

Internet Computer query CLI for NNS, SNS, and related public network metadata
Documentation
1
2
3
4
5
6
7
8
9
//! Module: report
//!
//! Responsibility: small report-row contract for style examples.
//! Does not own: CLI parsing, query validation, or cache persistence.
//! Boundary: names the row selected by an owner module.

mod text;

pub use text::{ReportRow, ReportRowKind};