10个版本

使用旧的Rust 2015

0.5.3 2018年6月21日
0.5.2 2018年5月18日
0.5.1 2018年4月2日
0.5.0 2018年1月5日
0.1.1 2016年1月12日

#8 in #interfaces

Download history 12013/week @ 2023-11-21 8597/week @ 2023-11-28 6158/week @ 2023-12-05 6817/week @ 2023-12-12 5637/week @ 2023-12-19 4050/week @ 2023-12-26 12029/week @ 2024-01-02 12546/week @ 2024-01-09 13129/week @ 2024-01-16 13666/week @ 2024-01-23 8056/week @ 2024-01-30 6854/week @ 2024-02-06 6058/week @ 2024-02-13 6557/week @ 2024-02-20 11896/week @ 2024-02-27 12964/week @ 2024-03-05

38,426 每月下载量
少于 44 crates 中使用

MIT OR BSD-3-Clause

37KB
735

get_if_addrs

维护者: Spandan Sharma ([email protected])

软件包 文档 Linux/OS X Windows 问题
Documentation Build Status Build status Stories in Ready
MaidSafe网站 SAFE开发者论坛 SAFE网络论坛

概述

检索系统上所有接口的网络接口信息。

// List all of the machine's network interfaces
for iface in get_if_addrs::get_if_addrs().unwrap() {
    println!("{:#?}", iface);
}

待办事项

  • 创建一个API以响应网络接口的变化。

许可证

此SAFE网络库可以在修改后的BSD (LICENSE-BSD https://opensource.org/licenses/BSD-3-Clause) 或MIT许可证 (LICENSE-MIT http://opensource.org/licenses/MIT) 下双重许可,您可自行选择。

贡献

在SAFE网络中,版权归其贡献者所有。无需转让版权即可为该项目做出贡献。

依赖关系

~115KB