Skip to content

ALinuxPerson/arch-mirrors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"