arch-mirrors-rs

Crates.ioarch-mirrors-rs
lib.rsarch-mirrors-rs
version0.1.1
sourcesrc
created_at2023-01-10 17:06:18.565417
updated_at2023-01-10 18:09:57.014146
descriptionParse the Arch Linux mirror status.
homepage
repositoryhttps://github.com/IgnisDa/rust-libs
max_upload_size
id755674
size56,377
Diptesh Choudhuri (IgnisDa)

documentation

README

Arch Mirrors

Parse the Arch Linux mirror status

Description

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.

Examples

For the examples see examples.

Installation

$ cargo add arch-mirrors-rs

Acknowledgements

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.

Commit count: 109

cargo fmt