Yamel.IO (yamel v1.0.1)

Link to this section Summary

Link to this section Functions

Link to this function

read(file_path)

Specs

read(file_path :: binary()) ::
  {:ok, map() | list()} | {:error, reason :: binary()}
Link to this function

read!(file_path)

Specs

read!(file_path :: binary()) :: map() | list()
Link to this function

write(yaml_string, file_path)

Specs

write(yaml_string :: binary(), file_path :: binary()) ::
  :ok | {:error, reason :: binary()}
Link to this function

write!(yaml_string, file_path)

Specs

write!(yaml_string :: binary(), file_path :: binary()) :: :ok