Using Rust to Delete Gitignored Cruft

Technical explanation of fts_gitignore_nuke; a Rust-based tool for finding and delete cruft hidden by .gitignore files… Read more

Similar

24 days of Rust – cargo subcommands

Welcome to the second edition of 24 Days of Rust! Two years ago in December 2014 the first edition was pretty well received by the Rust community. That was a hard time - we were still before the 1.0 release of the language. I had to keep up with updating...

Read more »

Rust gets a faster sort implementation

Hi everyone, this is my first PR. I've made some changes to the standard sort algorithm, starting out with a few tweaks here and there, but in the end this endeavour became a complete rewrite of it...

Read more »