Expand description
Minimal TOML Parser for Portfile.toml
A no_std-compatible TOML parser supporting key-value pairs, sections, arrays, and inline tables. Designed specifically for parsing port definition files in the VeridianOS ports system.
Enums§
- Toml
Value - A parsed TOML value.
Functions§
- parse_
toml - Parse a TOML string into a nested
BTreeMap<String, TomlValue>.