Hacker News new | ask | show | jobs
by jph 1638 days ago
Good code by BurntSushi (a.k.a. Andrew Gallant) including ripgrep, walkdir, quickcheck, xsv, bstr, etc.

https://github.com/BurntSushi

2 comments

ripgrep is great! Also, I’ve learned a lot by simply looking at his advent of code repository which contains a lot of small challenges that will help you learn some best practices on idiomatic Rust and at the same time will not get you overwhelmed by the complexity of a big project.
going through his past advent of code solutions is good too