Skip to main content

MAX_EDGE_LABELS

Constant MAX_EDGE_LABELS 

Source
pub const MAX_EDGE_LABELS: usize = _; // 4_294_967_294usize
Expand description

Hard upper bound on the number of distinct edge labels an individual CsrIndex can intern. u32::MAX is the type-theoretic ceiling; leaving one slot unused lets callers use u32::MAX as an “invalid” sentinel should they need it.