//! Module: ids::network
//!
//! Responsibility: build network identifiers.
//! Does not own: environment detection or deployment selection.
//! Boundary: exposes the network label a canister believes it runs under.
use ;
///
/// BuildNetwork
///
/// Identifies the environment the canister believes it runs in.
///