Packages

Elixir binding for YAMLStar, a YAML 1.2 loader backed by libyamlstar

Current section

Files

Jump to
yamlstar lib yamlstar.ex
Raw

lib/yamlstar.ex

defmodule YAMLStar do
@moduledoc """
Documentation for `YAMLStar`.
"""
@doc """
Hello world.
## Examples
iex> YAMLStar.hello()
:world
"""
def hello do
:world
end
end