⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module toml_parser

Module toml_parser 

Source
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§

TomlValue
A parsed TOML value.

Functions§

parse_toml
Parse a TOML string into a nested BTreeMap<String, TomlValue>.