Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 748 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 748 Bytes

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"