7 个不稳定版本
0.4.0 | 2023年6月19日 |
---|---|
0.3.0 | 2018年6月24日 |
0.2.0 | 2018年6月24日 |
0.1.3 | 2018年6月23日 |
#338 in 科学
3,996 每月下载量
在 6 个 Crates 中使用 (5 个直接使用)
58KB
614 行
distro-info-rs
这是一个 Rust 库,用于解析 Debian/Ubuntu distro-info-data,旨在复制 Debian/Ubuntu 中 distro-info 软件包的 C 实现的功能。
安装
在安装了 cargo
的情况下,运行 cargo install ubuntu-distro-info
,然后
ubuntu-distro-info --help
更改日志生成
请注意,在等待上游接受一些更改之前,应使用位于 https://github.com/OddBloke/clog-cli 的 clog-cli 生成更改日志。
lib.rs
:
解析 Debian 和 Ubuntu distro-info-data 文件,并以易于消费的 Rust 数据结构提供。
使用 UbuntuDistroInfo
来访问 Ubuntu 数据。(Debian 实现尚未发生。)
依赖项
~3MB
~40K SLoC