Skip to main content

CAIXA_KIND_LABEL_BINARIO

Constant CAIXA_KIND_LABEL_BINARIO 

Source
pub const CAIXA_KIND_LABEL_BINARIO: &str = "binario";
Expand description

Canonical human-readable label the M0 crate::CaixaKind::Binario arm surfaces under crate::CaixaKind::as_str and (routed through it) std::fmt::Display. Peer of CAIXA_KIND_LABEL_BIBLIOTECA / CAIXA_KIND_LABEL_SERVICO / CAIXA_KIND_LABEL_SUPERVISOR / CAIXA_KIND_LABEL_APLICACAO on the same closed crate::CaixaKind enum surface; see CAIXA_KIND_LABEL_BIBLIOTECA for the shared lift rationale.

Semantically distinct from LAYOUT_MISSING_ENTRY_KIND_EXE ("exe") — the alignment pin [layout_missing_entry_kind_m0_consts_align_with_caixa_kind_as_str] (fe2a898) asserts the inequality between the layout-side leaf-kind label (which names the exe/ directory sub-tree) and this crate::CaixaKind discriminator label (which names the caixa’s whole runtime kind). Two axes, two lifts.