Structs§

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 ‘-’.
  • any_number 🔒
    Nom parser for valid positive of negative numbers.
  • Nom parser for valid separators.
  • any_string 🔒
    Nom parser for valid strings.
  • Attempts to deserialize T from the key-values string input.
  • Returns true if c is a valid separator character.

Type Aliases§