9 releases

Uses old Rust 2015

0.0.9 Jun 23, 2023
0.0.8 Oct 13, 2021
0.0.7 Apr 20, 2021
0.0.6 Jan 4, 2021
0.0.1 Apr 21, 2016

#262 in Network programming

Download history 1126/week @ 2024-12-20 1042/week @ 2024-12-27 1487/week @ 2025-01-03 2334/week @ 2025-01-10 2411/week @ 2025-01-17 1809/week @ 2025-01-24 1814/week @ 2025-01-31 59468/week @ 2025-02-07 78818/week @ 2025-02-14 97580/week @ 2025-02-21 119494/week @ 2025-02-28 95700/week @ 2025-03-07 58223/week @ 2025-03-14 9965/week @ 2025-03-21 16251/week @ 2025-03-28 11185/week @ 2025-04-04

115,149 downloads per month
Used in 9 crates

MIT/Apache

56KB
1.5K SLoC

Rust 773 SLoC // 0.1% comments C 561 SLoC // 0.0% comments

A library for interoperating with the network interfaces of a system.

TODO: add more documentation on how to use.


interfaces-rs

Actions Status Crate Docs

This project consists of functions to work with network interfaces in a cross-platform manner.

Example

Add this to your Cargo.toml:

[dependencies]
interfaces = "0.0.9"

Then, in your crate:

extern crate interfaces;

use interfaces::Interface;

License

MIT or Apache 2.0

Dependencies

~1.5–2.3MB
~50K SLoC