9 个版本
使用旧版 Rust 2015
0.0.9 | 2023 年 6 月 23 日 |
---|---|
0.0.8 | 2021 年 10 月 13 日 |
0.0.7 | 2021 年 4 月 20 日 |
0.0.6 | 2021 年 1 月 4 日 |
0.0.1 | 2016 年 4 月 21 日 |
#247 in 网络编程
6,752 个月下载量
用于 8 crates
56KB
1.5K SLoC
interfaces-rs
本项目包含用于以跨平台方式处理网络接口的功能。
示例
将以下内容添加到您的 Cargo.toml
[dependencies]
interfaces = "0.0.9"
然后,在您的 crate 中
extern crate interfaces;
use interfaces::Interface;
许可
MIT 或 Apache 2.0
lib.rs
:
一个用于与系统网络接口交互的库。
TODO:添加更多使用说明。
依赖
~1.5–2.2MB
~48K SLoC