retch-cli 0.3.4

A fast, feature-rich system information fetcher written in Rust (similar to fastfetch or neofetch)
Documentation
1
2
3
4
5
6
7
8
9
// SPDX-License-Identifier: GPL-3.0-or-later
// Copyright (C) 2026 l1a

//! System information gathering.
//!
//! This module re-exports the system information types and collection logic
//! from the `retch-sysinfo` crate.

pub use retch_sysinfo::fetch::{CollectOptions, SystemInfo};