Constant MAX_NAMESPACE_PATH_LENGTH
pub const MAX_NAMESPACE_PATH_LENGTH: usize = 256; // 256usize
Expand description
Number of total bytes a namespace path can contain. This might have to increase in the future, but is a good enough default value. If it ends up being formalized, the length can be described as a u8.