XAMPPRocky
XAMPPRocky
still an issue
Huh, the first code should work.
> The performance impact if every character from the input stream is separately validated I think if this is a concern we could probably look at SIMD or aho-corasick for...
Thank you for your issue! Yes, I would definitely like to support this, first I need to complete my PER implementation, and then I intend to focus on adding text...
Thank you for your issue! This wasn't originally possible, as `Error` wasn't always available in `core` if I remember correctly. I don't have the time to add it at the...
Tried adding this, and it seems `Error` is still unavailable in core.
Thank you for your PR! However I'm quite busy right now, so it will be quite awhile before I can review this feature addition.
Thank you for your PR! Do you have a benchmark or similar that shows that this is faster than the current implementation?
> Little off-topic question, why does from_path() take unused Config parameter? Are there plans to utilize it somehow? I couldn't say why, I haven't focused on tokei in a few...
> How many CI jobs do you have Haha, each target * 3 (stable, beta, nightly). Tokei is now a pretty old project in the Rust space, and has been/is...