TomlElixir.Parser (Toml Elixir v3.1.0)

Copy Markdown View Source

TOML parser entry point.

Summary

Types

options()

@type options() :: map() | keyword()

Functions

decode(str, opts \\ [])

@spec decode(binary(), options()) :: {:ok, map()} | {:error, Exception.t()}