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

#439 in Network programming

Download history 2776/week @ 2024-10-16 2517/week @ 2024-10-23 2313/week @ 2024-10-30 2447/week @ 2024-11-06 2444/week @ 2024-11-13 2430/week @ 2024-11-20 2397/week @ 2024-11-27 2638/week @ 2024-12-04 2147/week @ 2024-12-11 1338/week @ 2024-12-18 1152/week @ 2024-12-25 1294/week @ 2025-01-01 1840/week @ 2025-01-08 2652/week @ 2025-01-15 1831/week @ 2025-01-22 1452/week @ 2025-01-29

8,025 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

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.4MB
~51K SLoC