linux-info 0.1.16

Get every info about your linux system.
Documentation
1
2
3
4
5
6
7
8
//! Get information about the network.
//!
//! TODO
//! - list open ports
//! - list network cards

pub mod network_manager;
pub mod modem_manager;