[][src]Module mininip::parse

Provides tools to parse an INI file

Structs

Parser

A parser with a local state. Use it by passing it the text to parse line after line

Functions

find_unescaped

Finds the first non-escaped occurence of pattern in string . Currently only accepts chars

parse_file

Reads in an INI file and returns the parsed data

parse_str

Reads a string formatted by dump_str and unescapes the escaped characters