package toml

  1. Overview
  2. Docs
module Parser : sig ... end

Parses raw data into Toml data structures

module Compare : sig ... end
module Printer : sig ... end
val key : string -> TomlTypes.Table.Key.t

Turns a string into a table key.

  • since 2.0.0
val of_key_values : (TomlTypes.Table.Key.t * TomlTypes.value) list -> TomlTypes.table

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

  • since 4.0.0