2 releases

0.1.1 May 21, 2021
0.1.0 May 20, 2021

#916 in Unix APIs

MIT license

29KB
247 lines

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.

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

~5–18MB
~268K SLoC