Crate gtoml

Source

Functions§

get
Retrieves a value from a TOML Value at a specified path.
get_from_str
Retrieves a value from a TOML string at a specified path.
parse
Parses a TOML string and returns a Value type.