Crate stoml

Crate stoml 

Source

Structs§

Array
A TOML array
Date
A TOML date
DateTime
A TOML datetime value
Table
A TOML table (ordered map of key-value pairs)
Time
A TOML time

Enums§

Error
An error that occurred during TOML parsing
Offset
A timezone offset
Value
A TOML value

Functions§

parse
Parse a TOML string into a Table
parse_file
Parse a TOML file into a Table

Type Aliases§

Result
A specialized Result type for TOML operations