Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use the smaller regex-lite crate #180

Merged
merged 1 commit into from
Dec 15, 2024
Merged

Conversation

omnivagant
Copy link
Contributor

Using the regular regex crate doubles the size of the kmon binary and we probably don't need the fancy stuff it offers over the regex-lite crate, like unicode and performance.

Using the regular regex crate doubles the size of the kmon binary and we
probably don't need the fancy stuff it offers over the regex-lite crate,
like unicode and performance.

- https://docs.rs/regex-lite/latest/regex_lite/
- https://github.com/rust-lang/regex/blob/master/regex-lite/README.md
@omnivagant omnivagant requested a review from orhun as a code owner December 15, 2024 04:14
Copy link
Owner

@orhun orhun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@orhun orhun merged commit 02c148c into orhun:master Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants