Crates.io | linux-info |
lib.rs | linux-info |
version | 0.1.16 |
source | src |
created_at | 2021-04-04 01:34:54.105846 |
updated_at | 2024-02-08 20:52:10.096739 |
description | Get every info about your linux system. |
homepage | |
repository | https://github.com/soerenmeier/linux-info |
max_upload_size | |
id | 378572 |
size | 128,259 |
linux-info
is a Rust crate that allows you to retrieve information about your Linux system. It provides various modules to access different aspects of your system.
The linux-info
crate currently provides the following modules:
cpu
: Retrieves information about the CPU.memory
: Retrieves information about the system memory.system
: Retrieves general system information.storage
: Retrieves information about storage devices.bios
: Retrieves BIOS information.network
: Retrieves network-related information. (Requires the network
feature)The crate also includes Serde support, which can be enabled with the serde
feature.
To use linux-info
in your Rust project, add the following line to your Cargo.toml
file:
linux-info = "0.1"
Contributions to this crate are welcome! If you have any ideas, bug reports, or feature requests, please open an issue on the GitHub repository.