[][src]Crate configster

Structs

OptionProperties

The type for each Option; holds the information for each element of a line in a config file.

Value

The type holding the primary value and the attributes; this is a nested type within OptionProperties.

Functions

get_ver

Returns the library version

parse_file

Parses a configuration file. The second parameter sets the delimiter for the attribute list of the primary value. The return value is an OptionProperties type vector wrapped in an io::Result type. Details about the configuration file format are in the project's README.md.