See [reddit post](https://www.reddit.com/r/rust/comments/9z87z7/logos_create_ridiculously_fast_lexers/) and [GitHub project](https://github.com/maciejhirsz/logos). I wonder if we can approach that. Also, compare with the `regex` crate, as I suspect that could also get just as fast.
See reddit post and GitHub project. I wonder if we can approach that.
Also, compare with the
regexcrate, as I suspect that could also get just as fast.