Module serde_keyvalue::key_values

source ยท

Structsยง

Enumsยง

  • 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.
  • Attempts to deserialize T from the key-values string input.
  • is_separator ๐Ÿ”’
    Returns true if c is a valid separator character.

Type Aliasesยง