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.
- Host: GitHub
- URL: https://github.com/alinuxperson/arch-mirrors
- Owner: ALinuxPerson
- License: mit
- Created: 2021-05-20T00:55:34.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T07:38:50.000Z (over 2 years ago)
- Last Synced: 2024-11-30T09:12:56.706Z (6 months ago)
- Topics: api, arch, arch-linux, linux, mirror, mirror-status, mirrorlist, mirrorlists, mirrors, pacman, parse, rust, rustlang
- Language: Rust
- Homepage: https://crates.io/crates/arch-mirrors
- Size: 65.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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"
```