Crates.io | fancy-sys-info-test |
lib.rs | fancy-sys-info-test |
version | 0.1.2 |
source | src |
created_at | 2024-09-24 06:48:00.070581 |
updated_at | 2024-09-24 06:50:54.767989 |
description | a testing crate for fancy_sys_info |
homepage | |
repository | |
max_upload_size | |
id | 1384841 |
size | 2,576 |
fancy-sys-info-test
is a companion library designed to provide reusable testing utilities and functions for the fancy-sys-info
library. This library simplifies testing by offering predefined functions to validate system information such as memory and CPU usage.
fancy-sys-info
.To use this library for testing the fancy-sys-info
crate, add it as a development dependency in your Cargo.toml
:
[dev-dependencies]
fancy-sys-info-test = "0.1.2" # add the latest version