Ported apt-browser to Rust
By Kunal MehtaOriginally posted on mastodon.technology.
I ported https://apt-browser.toolforge.org/ from Python/Flask to #Rust/Rocket
It's already faster and I didn't even finish all the performance improvements on it (e.g lazy_static for regexes).