README.md
# 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](https://github.com/michalmuskala/jason) or [Poison](https://github.com/devinus/poison)
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `yamel` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:yamel, "~> 1.0.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/yamel](https://hexdocs.pm/yamel).