Constant MAX_NAMESPACE_SEGMENTS
pub const MAX_NAMESPACE_SEGMENTS: usize = 10; // 10usize
Expand description
Max number of segments in a path. In the common prefix case, an agent will have up to 8 levels of depth to use, 2 being allocated to the agent prefix notation.