conform v2.5.2 Conform.Parse
This module is responsible for parsing *.conf files
Summary
Functions
Parse the file at the provided path as a .conf file. Returns {:ok, terms} | {:error, reason}
Parse the file at the provided path as a .conf file, returning either the parsed terms, or raising a ParseError if parsing fails
Parse the provided binary as a .conf file. Returns {:ok, terms} | {:error, reason}
Parse the provided binary as a .conf file, returning either the parsed terms, or raising a ParseError if parsing fails
Functions
Parse the file at the provided path as a .conf file. Returns {:ok, terms} | {:error, reason}
Parse the file at the provided path as a .conf file, returning either the parsed terms, or raising a ParseError if parsing fails.
Parse the provided binary as a .conf file. Returns {:ok, terms} | {:error, reason}