2 个版本
0.1.1 | 2021年5月21日 |
---|---|
0.1.0 | 2021年5月20日 |
#999 in Unix APIs
29KB
247 代码行(不含注释)
描述
arch-mirrors
包允许您将 https://www.archlinux.org/mirrors/status/json 的 JSON 数据解析为类型化的 Rust 形式。
示例
示例请见 examples.
安装
使用 cargo-edit
$ cargo add arch-mirrors
或通过 Cargo.toml
[dependencies]
arch-mirrors = "0.1.1"
lib.rs
:
Arch 镜像
获取并解析 Arch Linux 镜像。
依赖
~4–20MB
~267K SLoC