alpm_parsers::custom_ini

Module parser

source

Enums§

  • Representation of parsed items.

Constants§

Functions§

  • Parse the content of a whole ini file.
  • key πŸ”’
    Take all chars, until we hit a char that isn’t allowed in a key.
  • key_value πŸ”’
    Parse a single key value pair. The delimiter includes two surrounding spaces, i.e. =.
  • line πŸ”’
    Parse a single line consisting of a key value pair, followed by 0 or more newlines.
  • lines πŸ”’
    Parse multiple lines.
  • newlines πŸ”’
    One or multiple newlines. This also handles the case where there might be multiple lines with spaces.