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

#261 in Network programming

Download history 841/week @ 2024-01-03 1092/week @ 2024-01-10 1277/week @ 2024-01-17 1698/week @ 2024-01-24 2121/week @ 2024-01-31 1673/week @ 2024-02-07 1691/week @ 2024-02-14 2444/week @ 2024-02-21 1832/week @ 2024-02-28 2539/week @ 2024-03-06 2213/week @ 2024-03-13 2321/week @ 2024-03-20 1760/week @ 2024-03-27 2367/week @ 2024-04-03 2466/week @ 2024-04-10 1406/week @ 2024-04-17

8,338 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
~47K SLoC