3个不稳定版本
使用旧的Rust 2015
0.2.1 | 2018年8月1日 |
---|---|
0.2.0 | 2017年11月20日 |
0.1.0 | 2017年11月10日 |
#14 in #主机名
221 每月下载量
在 3 crates 中使用
3KB
machine-ip
在Rust中获取本地IP地址,底层使用hostname -I
,可能不适用于旧版本的Windows
machine-ip = "0.1"
然后
extern crate machine_ip;
let ip = machine_ip::get().unwrap();
println!("local ip address: {:?}", ip.to_string());
许可证
MIT