pub const MAX_NAMESPACE_BYTES: usize = 128;Expand description
Maximum KV (and memory) namespace length, in bytes. A namespace is a
caller-chosen bucket name that flows into grant matching and scan scoping,
so it is bounded and control-character-free, while its charset stays open
(namespaces legitimately carry /-style hierarchy).