device-id 0.2.1

用于Rust跨平台获取设备ID的库
Documentation
1
2
3
fn main() {
    println!("{}",device_id::get_device_id());
}