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

#632 in Operating systems

Download history 2209/week @ 2024-03-14 2298/week @ 2024-03-21 2043/week @ 2024-03-28 2252/week @ 2024-04-04 2435/week @ 2024-04-11 1867/week @ 2024-04-18 2268/week @ 2024-04-25 2304/week @ 2024-05-02 3183/week @ 2024-05-09 3006/week @ 2024-05-16 2281/week @ 2024-05-23 2921/week @ 2024-05-30 2390/week @ 2024-06-06 1744/week @ 2024-06-13 1542/week @ 2024-06-20 1098/week @ 2024-06-27

7,154 downloads per month
Used in 8 crates

MIT/Apache

56KB
1.5K SLoC

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

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


lib.rs:

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

TODO: add more documentation on how to use.

Dependencies

~1.5–2.2MB
~48K SLoC