Not much to say code-wise, though it was definitely cleaned up quite a bit and it also no longer has unsafe blocks.
Rather than doing a static mut variable, I finally fixed it and used Rocket's [State](rocket.rs/guide/v0.5/state/#state) instead.
The big thing is that I've hugely improve the docs.
(note: the compiler could not guarantee it was unsafe, but i could; it was safe already, i'm just doing things properly now)
not much spoons for it today, so didn't get a ton done, but cleaned up the terrible very anti-DRY code i had, and fixed some basic bugs with some logic just being wrong
git.askiiart.net/askiiart/torznab-toolkit
kept working on my torznab toolkit thing, added a stub for the search function, and just overall got a bunch of stuff figured out
git.askiiart.net/askiiart/torznab-toolkit
yesterday i made the actual api part of my crate for adding a torznab api to programs function at all, and made it async (among other things) (i forgor to put it here yesterday)
today i'm just working on documenting the code a bit more