Fastscoop - fast, drop-in replacement for scoop search

I've just released fastscoop, a small, native replacement for the impossibly slow scoop search command from the scoop package manager. Scoop is written in PowerShell and it majorly slows it down, so I started re implementing the slow parts in Rust. Currently this is very basic, it can only search, and only local buckets at that, but it does it pretty much instantly!
https://crates.io/crates/fastscoop
Code reviews welcome and encouraged! :slight_smile:

3 Likes

Fastscoop 0.2.0 is now on crates.io and GitHub releases! It now fully supports every feature of scoop search, including searching remote buckets with a cache!
GitHub releases: Release 0.2.0 ยท trypsynth/fastscoop ยท GitHub
Crates.io: crates.io: Rust Package Registry
Enjoy, and I anxiously await any code feedback from actually experienced Rustaceans.