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
// SPDX-License-Identifier: GPL-3.0-or-later
// Copyright (C) 2026 l1a

//! GPU detection and identification.
//!
//! This module re-exports the GPU detection logic from the `retch-sysinfo` crate.

pub use retch_sysinfo::gpu::*;