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

#264 in Network programming

Download history 1542/week @ 2024-06-20 1603/week @ 2024-06-27 1586/week @ 2024-07-04 1785/week @ 2024-07-11 1504/week @ 2024-07-18 1963/week @ 2024-07-25 1223/week @ 2024-08-01 1549/week @ 2024-08-08 1513/week @ 2024-08-15 1536/week @ 2024-08-22 1307/week @ 2024-08-29 1850/week @ 2024-09-05 1784/week @ 2024-09-12 1784/week @ 2024-09-19 1604/week @ 2024-09-26 1732/week @ 2024-10-03

7,209 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.3MB
~49K SLoC