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

#327 in Network programming

Download history 1417/week @ 2024-09-17 1777/week @ 2024-09-24 2189/week @ 2024-10-01 1893/week @ 2024-10-08 2959/week @ 2024-10-15 2178/week @ 2024-10-22 2178/week @ 2024-10-29 2680/week @ 2024-11-05 2524/week @ 2024-11-12 2365/week @ 2024-11-19 2424/week @ 2024-11-26 2289/week @ 2024-12-03 2386/week @ 2024-12-10 1702/week @ 2024-12-17 1178/week @ 2024-12-24 947/week @ 2024-12-31

6,587 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.3MB
~51K SLoC