An open API service indexing awesome lists of open source software.

https://github.com/alinuxperson/arch-mirrors

Parse the Arch Linux mirror status.
https://github.com/alinuxperson/arch-mirrors

api arch arch-linux linux mirror mirror-status mirrorlist mirrorlists mirrors pacman parse rust rustlang

Last synced: 6 months ago
JSON representation

Parse the Arch Linux mirror status.

Awesome Lists containing this project

README

        


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](examples).

# Installation

With [`cargo-edit`](https://crates.io/crates/cargo-edit):

```bash
$ cargo add arch-mirrors
```

Or via `Cargo.toml`:

```toml
[dependencies]
arch-mirrors = "0.1.1"
```