Structs§
- Key
- Represents the key used in KVx. Consists of a
scope
of typeScope
and aname
of 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 moreSegmentBuf
s. - 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
Segment
can fail.