[][src]Module broot::conf::toml

Functions

bool_field

try to read the field_name property of the given value, as a boolean (only read it if it's a proper toml boolean, doesn't try to do hazardous string to bool conversions)

string_array_field

try to read the field_name property of the given value, as an array of strings. Return None if the type isn't compatible

string_field

try to read the field_name property of the given value, as a string