config-rs icon indicating copy to clipboard operation
config-rs copied to clipboard

Custom path parser that doesn't use `nom`

Open softdevca opened this issue 7 months ago • 2 comments

The path parser was re-written to not use nom. This drops a dependency, benchmarks twice as fast and fixes #516.

softdevca avatar Jul 22 '24 17:07 softdevca