Arch Mirrors

Parse the Arch Linux mirror status

# Description The `arch-mirrors` crate allows you to parse the JSON from https://www.archlinux.org/mirrors/status/json into a typed, rusty form. # Examples For the examples see [examples](examples). # Installation With [`cargo-edit`](https://crates.io/crates/cargo-edit): ```bash $ cargo add arch-mirrors ``` Or via `Cargo.toml`: ```toml [dependencies] arch-mirrors = "0.1.1" ```