Skip to main content

Crate aprender_zram_cli

Crate aprender_zram_cli 

Source
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§

commands
CLI command implementations.
output
Output formatting for CLI.

Structs§

Cli
trueno-zram: SIMD-accelerated zram management

Enums§

Commands
Every zram management operation the CLI offers.

Functions§

dispatch
Run one already-parsed command.
run
Parse argv and run one command. This is the whole of the standalone binary.