rust-rrule icon indicating copy to clipboard operation
rust-rrule copied to clipboard

misc(parser): Make property name parsing case-insensitive; Remove regex usage

Open ldm0 opened this issue 1 month ago • 1 comments

regex performs poorly on multi-threaded component: https://github.com/rust-lang/regex/pull/1080.

This PR rewrites the parser, removes the regex usage and allows lowercase property name as specified in the specification.

ldm0 avatar Oct 13 '25 08:10 ldm0

CI failure should be fixed by https://github.com/fmeringdal/rust-rrule/pull/140

ldm0 avatar Oct 13 '25 08:10 ldm0