Module key_values

Source

Structsยง

EmptyMapAccess ๐Ÿ”’
MapAccess for a map with no members specified.
KeyValueDeserializer
Serde deserializer for key-values strings.
ParseError
Error that may be thown while parsing a key-values string.

Enumsยง

ErrorKind
Different kinds of errors that can be returned by the parser.

Functionsยง

any_bool ๐Ÿ”’
Nom parser for booleans.
any_identifier ๐Ÿ”’
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 โ€˜-โ€™.
any_number ๐Ÿ”’
Nom parser for valid positive of negative numbers.
any_separator ๐Ÿ”’
Nom parser for valid separators.
any_string ๐Ÿ”’
Nom parser for valid strings.
from_key_values
Attempts to deserialize T from the key-values string input.
is_separator ๐Ÿ”’
Returns true if c is a valid separator character.

Type Aliasesยง

Result ๐Ÿ”’