Structs§
- Key
- Represents the key used in KVx. Consists of a
scopeof typeScopeand anameof typeSegmentBuf. - Namespace
- A string slice representing a namespace.
- Namespace
Buf - An owned Namespace.
- Scope
- Used to scope a
Key. Consists of a vector of zero or moreSegmentBufs. - Segment
- A nonempty string slice that does not start or end with whitespace and does
not contain any instances of
Scope::SEPARATOR. - Segment
Buf - A nonempty string that does not start or end with whitespace and does not
contain any instances of
Scope::SEPARATOR.
Enums§
- Parse
Namespace Error - Parse
Segment Error - Represents all ways parsing a string as a
Segmentcan fail.