2 releases
0.1.1 | May 21, 2021 |
---|---|
0.1.0 | May 20, 2021 |
#999 in Unix APIs
29KB
247 lines
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.
Installation
With cargo-edit
:
$ cargo add arch-mirrors
Or via Cargo.toml
:
[dependencies]
arch-mirrors = "0.1.1"
lib.rs
:
Arch Mirrors
Get and parse the Arch Linux mirrors.
Dependencies
~4–20MB
~267K SLoC