1 unstable release

Uses old Rust 2015

0.0.5 Sep 13, 2018

#353 in #functions

Download history 24/week @ 2023-11-27 22/week @ 2023-12-04 83/week @ 2023-12-11 3/week @ 2023-12-18 48/week @ 2023-12-25 37/week @ 2024-01-01 8/week @ 2024-01-08 50/week @ 2024-01-15 33/week @ 2024-01-22 56/week @ 2024-01-29 32/week @ 2024-02-19 50/week @ 2024-02-26 10/week @ 2024-03-04 64/week @ 2024-03-11

156 downloads per month
Used in ifinfo

MIT/Apache

55KB
1.5K SLoC

Rust 742 SLoC // 0.1% comments C 561 SLoC // 0.0% comments

interfaces-rs

Build Status

This project consists of functions to work with network interfaces in a cross-platform manner.

forked from the abondoned andrew-d/interfaces-rs

Example

Add this to your Cargo.toml:

[dependencies]
interfaces2 = "0.0.4"

Then, in your crate:

extern crate interfaces2;

use interfaces2::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.8–2.8MB
~57K SLoC