1 个不稳定版本
使用旧的Rust 2015
0.0.5 | 2018年9月13日 |
---|
在#函数中排名第370
166 次每月下载
在ifinfo中使用
55KB
1.5K SLoC
interfaces-rs
该项目包含用于以跨平台方式处理网络接口的功能。
从废弃的andrew-d/interfaces-rs分叉而来
示例
将以下内容添加到您的Cargo.toml
中
[dependencies]
interfaces2 = "0.0.4"
然后,在您的crate中
extern crate interfaces2;
use interfaces2::Interface;
许可证
MIT或Apache 2.0
lib.rs
:
一个用于与系统网络接口交互的库。
TODO:添加更多使用说明。
依赖项
~1.9–2.8MB
~59K SLoC