Packages

A round-tripping TOML parser and writer for Gleam, preserving comments, key order, and formatting.

Current section

Files

Jump to
tomlet include tomlet_Document.hrl
Raw

include/tomlet_Document.hrl

-record(document, {
root :: tomlet@ast:table(),
trailing_trivia :: binary(),
line_ending :: tomlet:line_ending(),
original_source :: gleam@option:option(binary())
}).