pub const MAX_PREFIX_LENGTH: usize = 30;Expand description
Per-fork prefix length cap. Longer paths are split into chained
nodes with prefixes ≤ MAX_PREFIX_LENGTH each.
pub const MAX_PREFIX_LENGTH: usize = 30;Per-fork prefix length cap. Longer paths are split into chained
nodes with prefixes ≤ MAX_PREFIX_LENGTH each.