dshw 0.2.0

A dead simple CLI program to query information about system and hardware.
Documentation
1
2
3
4
5
6
7
8
9
// Copyright (c) 2024 inunix3
//
// This file is licensed under the MIT License (see LICENSE.md).

pub mod app;
pub mod cli;
pub mod cmd;
pub mod query;
pub mod units;