| Crates.io | arch-mirrors |
| lib.rs | arch-mirrors |
| version | 0.1.1 |
| created_at | 2021-05-20 01:28:25.812829+00 |
| updated_at | 2021-05-21 07:33:38.534231+00 |
| description | Parse the Arch Linux mirror status. |
| homepage | https://github.com/ALinuxPerson/arch-mirrors/ |
| repository | https://github.com/ALinuxPerson/arch-mirrors/ |
| max_upload_size | |
| id | 399807 |
| size | 61,968 |
The arch-mirrors crate allows you to parse the JSON from https://www.archlinux.org/mirrors/status/json into a typed,
rusty form.
For the examples see examples.
With cargo-edit:
$ cargo add arch-mirrors
Or via Cargo.toml:
[dependencies]
arch-mirrors = "0.1.1"