tom

A (not quite complete) pure Gleam TOML parser!

Package Version Hex Docs

gleam add tom
import tom

const config = "
 name = \"tom\"
 version = \"0.1.0\"
"

pub fn main() {
 let assert Ok(parsed) = tom.parse(config)
 // Now do stuff with your data!
}

Further documentation can be found at https://hexdocs.pm/tom.

Status

Search Document