9个版本 (稳定版)
使用旧的Rust 2015版
1.0.5 | 2019年1月1日 |
---|---|
0.1.2 | 2018年10月10日 |
0.1.1 | 2018年10月10日 |
0.1.0 | 2018年10月10日 |
#411 在 操作系统 中排名
每月 25 次下载
7KB
100 行
desktop-rs
一个简单轻量级的库,可以检测目标平台及其架构和桌面环境。
自1.0.0版起,此包使用2018版
简要示例
Rust 2018
use desktop::Desktop;
fn main() {
let d = Desktop::get();
println!("We are running {} architecure {} using the {} desktop", d.os_name(), d.arch(), d.environment())
}
对于2015版,只需在文件顶部添加 extern crate desktop;
问题
请访问 https://github.com/AregevDev/desktop-rs/issues
许可证
Desktop遵循Apache-2.0许可证的条款