config-rs
config-rs copied to clipboard
Custom path parser that doesn't use `nom`
The path parser was re-written to not use nom
. This drops a dependency, benchmarks twice as fast and fixes #516.