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

#610 in Operating systems

Download history 813/week @ 2023-12-11 1393/week @ 2023-12-18 769/week @ 2023-12-25 449/week @ 2024-01-01 1254/week @ 2024-01-08 1200/week @ 2024-01-15 1504/week @ 2024-01-22 2190/week @ 2024-01-29 1785/week @ 2024-02-05 1411/week @ 2024-02-12 2349/week @ 2024-02-19 2037/week @ 2024-02-26 1990/week @ 2024-03-04 2459/week @ 2024-03-11 2385/week @ 2024-03-18 2105/week @ 2024-03-25

9,151 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