Docs.rs
leenfetch-1.1.0
leenfetch 1.1.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
drunkleen
Dependencies
anyhow ^1.0
normal
atty ^0.2.14
normal
clap ^4.5.27
normal
dirs ^6.0.0
normal
json5 ^1.0.0
normal
libc ^0.2.178
normal
once_cell ^1.19.0
normal
rand ^0.9.1
normal
rayon ^1.10.0
normal
regex ^1.11.1
normal
serde ^1.0
normal
serde_json ^1.0
normal
unicode-width ^0.2.0
normal
use ^0.0.1-pre.0
normal
winapi ^0.3.9
normal
Versions
28.42%
of the crate is documented
Platform
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module settings
leenfetch_
core
1.1.0
Module settings
Module Items
Structs
Enums
In leenfetch_
core::
config
leenfetch_core
::
config
Module
settings
Copy item path
Source
Structs
§
Config
Root configuration structure that mirrors the JSONC config file. Missing sections fall back to their type defaults so that users can keep only the keys they care about.
Flags
Fine-grained configuration for how each block is displayed. Most fields correspond to a feature or formatting option.
Logo
Minimal representation of the logo block. Extra fields are ignored automatically.
Module
Entry
Configuration for an individual info module.
Enums
§
Layout
Item
Describes a single entry in the
modules
array. Entries are either literal strings (used for
break
) or objects describing a module.