A collection of Rust scripts, mainly ones I get tired of rewriting and/or debugging and researching.
Ever searched for a question on {$SEARCH_ENGINE} and discovered a stackoverflow question you wrote yourself five years ago? This is my attempt to fix that. Eventually these will all be added to my website.
This is a simple 'hack' to use Rocket's own 404 page daemon to load your SPA for proper routing. If your SPA uses '/something' then you should be able to navigate directly there through your browser and not get the Rocket 404 page. This is a way to do that.
The default linker in Rust (GCC) is slow, a small project can take 12+seconds to link to the correct packages, this is slow and get slower the more you use it. Here you can use the LLVM linked "LLD" which will speed up your compile times by multiple increments.
Same thing, just for linux (and includes my custom Firefox dynamic tree style tabs integration).