Module TomlSource

Sourcemodule Parser : sig ... end

Parses raw data into Toml data structures

Sourcemodule Compare : sig ... end
Sourcemodule Printer : sig ... end
Sourceval key : string -> TomlTypes.Table.Key.t

Turns a string into a table key.

  • since 2.0.0

Builds a Toml table out of a list of (key, value) tuples.

  • since 4.0.0