Structs§
- Array
- A TOML array
- Date
- A TOML date
- Date
Time - A TOML datetime value
- Table
- A TOML table (ordered map of key-value pairs)
- Time
- A TOML time
Enums§
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