Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Use the smaller regex-lite crate (#180)
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
- Loading branch information