The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
read_str
- The underlying parsing engine is now build with
logos
andlalrpop
instead of using a simple regex line
- Path parameters for
read_file
andread_files
now generic overAsRef<Path>
instead of&str
- Keys are now case sensitive (before they were lowercased to spare the eyes)
- Keys can now also contain the hyphen as character
read_file
functionread_files
function