Packages

Modern TOML parser and encoder for Elixir with protocol-based struct support

Current section

Files

Jump to
toml_elixir README.md
Raw

README.md

# TomlElixir
[TOML](https://github.com/toml-lang/toml) parser for elixir.
## Installation
The package can be installed by adding `toml_elixir` to your list of
dependencies in `mix.exs`:
```elixir
def deps do
[{:toml_elixir, "~> 1.0.0"}]
end
```