Crate nl_parser

Source

Enums§

  • Represents either a float or an integer
  • An Error which may occur during parsing
  • Result of parsing a string

Functions§

Type Aliases§

  • A helper for the result of parsing. Holds a tuple of the index of the found result, the type parsed as well as the remaining unparsed string