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

Notes on Type Layouts and ABIs in Rust

Over the years I've found myself with a weird amount of knowledge about how types and ABIs in Rust work, and I wanted to write it all down in one place so that... it's written down in one place. Much of this information can or should be found in the Rust ... (more…)

Read more »