Module serde_keyvalue::key_values
source · Structs§
MapAccess
for a map with no members specified.- Serde deserializer for key-values strings.
- Error that may be thown while parsing a key-values string.
Enums§
- Different kinds of errors that can be returned by the parser.
Functions§
- any_bool 🔒Nom parser for booleans.
- Nom parser for identifiers. An identifier may contain any alphanumeric character, as well as ‘_’ and ‘-’ at any place excepted the first one which cannot be ‘-’.
- Nom parser for valid positive of negative numbers.
- Nom parser for valid separators.
- Nom parser for valid strings.
- Attempts to deserialize
T
from the key-values stringinput
. - Returns
true
ifc
is a valid separator character.
Type Aliases§
- Result 🔒