1 个不稳定版本
使用旧的 Rust 2015
0.1.1 | 2017年12月19日 |
---|---|
0.1.0 |
|
150 在 Windows API
3,719 每月下载量
5KB
87 行
Winutil
一个简单库,包装了一组有用的winapi函数。
用法
将此内容添加到您的 Cargo.toml
[dependencies]
winutil = "^0.1"
并在此处添加
extern crate winutil;
然后您可以使用以下函数
// Detect if the current process is running under the WoW64 subsytem.
is_wow64_process();
// Return an Option containing the NetBIOS name of the local computer.
get_computer_name();
// Return an Option containing the user associated with the current thread.
get_user_name();
依赖
~175KB