All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- benchmarks (vs nom)
- ParseError to ParsingError and now in prelude
- Cursor now in prelude
- parse_opt_with and parse_opt_selected
- cookbook ch_8_alternate_opts
- Pipe seperator on trace/log
- char(ch) matches on a single char
- introduced CHANGELOG.md
- license links in README
- log target renamed to "dc" => use RUST_LOG=dc=trace for capturing logging
- ParseError and Cursor are in module prelude.dc
- rename section_ to ch_ in cookbook
Added documentation
Initial release