Skip to main content

Crate pixtuoid

Crate pixtuoid 

Source
Expand description

Public surface for the pixtuoid binary’s internals — exposed so examples and integration tests can import them. The main.rs binary is the primary entry point.

Modules§

cli
config
doctor
pixtuoid doctor — read-only source self-diagnosis.
init_pack
install
runtime
Runtime wiring: RunConfig (the startup inputs), the boot-capacity math, and the headless summary formatter — everything here is exercised by unit tests. The untestable async glue (tokio runtime, reducer task, source spawn, Ctrl-C loop) lives in driver.rs, which is excluded from coverage (issue #103).
tui
validate
version