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 • Rust 包仓库 12013/week @ 2023-11-21 • Rust 包仓库 8597/week @ 2023-11-28 • Rust 包仓库 6158/week @ 2023-12-05 • Rust 包仓库 6817/week @ 2023-12-12 • Rust 包仓库 5637/week @ 2023-12-19 • Rust 包仓库 4050/week @ 2023-12-26 • Rust 包仓库 12029/week @ 2024-01-02 • Rust 包仓库 12546/week @ 2024-01-09 • Rust 包仓库 13129/week @ 2024-01-16 • Rust 包仓库 13666/week @ 2024-01-23 • Rust 包仓库 8056/week @ 2024-01-30 • Rust 包仓库 6854/week @ 2024-02-06 • Rust 包仓库 6058/week @ 2024-02-13 • Rust 包仓库 6557/week @ 2024-02-20 • Rust 包仓库 11896/week @ 2024-02-27 • Rust 包仓库 12964/week @ 2024-03-05 • Rust 包仓库

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

MIT OR BSD-3-Clause

37KB
735

get_if_addrs

维护者: Spandan Sharma (spandan.sharma@maidsafe.net)

软件包 文档 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://open-source.org.cn/licenses/BSD-3-Clause) 或MIT许可证 (LICENSE-MIT https://open-source.org.cn/licenses/MIT) 下双重许可,您可自行选择。

贡献

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

依赖关系

~115KB