Expand description
trueno-zram CLI - zramctl replacement with SIMD acceleration.
The command surface lives here rather than in main.rs so that something
other than the trueno-zram binary can reach it. A command enum declared in
a binary target is importable by nothing: the standalone binary was the only
way to run any of this, which is exactly what the APR-MONO consolidation is
meant to end. apr zram <cmd> and trueno-zram <cmd> now call the SAME
dispatch, so the two surfaces cannot drift.
Modules§
Structs§
- Cli
- trueno-zram: SIMD-accelerated zram management
Enums§
- Commands
- Every zram management operation the CLI offers.