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 indriver.rs, which is excluded from coverage (issue #103). - tui
- validate
- version