Yamel

A yaml parser and serializer to work with Yaml files in Elixir.

It has encode/1 and decode/1 functions, matching interfaces with libraries like Jason or Poison

Installation

If available in Hex, the package can be installed by adding yamel to your list of dependencies in mix.exs:

def deps do
  [
    {:yamel, "~> 1.0.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/yamel.