Elixir binding/API for the libyamlstar shared library.
This module is an Elixir port of the Python 'yamlstar' module, the reference implementation for YAMLStar FFI bindings to libyamlstar.
The load/1 function takes a YAML string as input and returns
{:ok, data} with the loaded value, or {:error, message}. The
load!/1 variant returns the data directly and raises
YAMLStar.Error on failure.
Summary
Functions
Load a YAML string and return the result.
Like load/1 but returns the data directly and raises
YAMLStar.Error on failure.