Parse the Arch Linux mirror status
The arch-mirrors-rs
crate allows you to parse the JSON different mirror status
sources (like https://www.archlinux.org/mirrors/status/json) into a typed,
rusty form.
For the examples see examples.
bash
$ cargo add arch-mirrors-rs
Most of the code is directly taken from arch-mirrors. I made some PRs there but they went unanswered, so I had to fork it.