| Crates.io | arch-mirrors-rs |
| lib.rs | arch-mirrors-rs |
| version | 0.1.1 |
| created_at | 2023-01-10 17:06:18.565417+00 |
| updated_at | 2023-01-10 18:09:57.014146+00 |
| description | Parse the Arch Linux mirror status. |
| homepage | |
| repository | https://github.com/IgnisDa/rust-libs |
| max_upload_size | |
| id | 755674 |
| size | 56,377 |
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.
$ 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.