#桌面环境 #检测 #目标 #平台 #架构 #desktop-rs

桌面

检测目标平台及其架构、厂商和桌面环境

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 次下载

Apache-2.0

7KB
100

desktop-rs

一个简单轻量级的库,可以检测目标平台及其架构和桌面环境。
自1.0.0版起,此包使用2018版

Build Status

简要示例

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许可证的条款

无运行时依赖