Skip to content

v2.3.1

Compare
Choose a tag to compare
@tomtau tomtau released this 12 Sep 05:51
· 96 commits to master since this release
bfbdc4b

What's Changed

  • fix: Search for grammar file from CARGO_MANIFEST_DIR by @Nukesor in #702
  • Use new sha-1 package name by @davidkna in #704
  • fix: speed up Position::line_col for large inputs using SIMD by @tomtau in #707

pest crate now has an optional fast-line-col feature flag which will speed up Position::line_col calculations. Note that this feature brings two extra dependencies and may incur extra overheads on small inputs.

New Contributors

Full Changelog: v2.3.0...v2.3.1