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

#490 in Network programming

Download history 2303/week @ 2024-11-17 2272/week @ 2024-11-24 2442/week @ 2024-12-01 2487/week @ 2024-12-08 1906/week @ 2024-12-15 1068/week @ 2024-12-22 1216/week @ 2024-12-29 1755/week @ 2025-01-05 2182/week @ 2025-01-12 2359/week @ 2025-01-19 1741/week @ 2025-01-26 2418/week @ 2025-02-02 83415/week @ 2025-02-09 80197/week @ 2025-02-16 100775/week @ 2025-02-23 109511/week @ 2025-03-02

374,111 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
~52K SLoC