speedruns 0.20.20

Unofficial tools for mirroring speedrun.com API data
Documentation
#!/bin/bash
set -euxo pipefail
tslint --fix --project . || echo "tslint failed"

cargo fix --workspace --allow-dirty --allow-staged -Z unstable-options --clippy