Skip to main contentCrate liblitho
Source - cancel
- Cooperative cancel helpers for GUI hosts driving the litho CLI sidecar.
- cli_simulate
- devices
- Device DTOs, errors, portable I/O policy, and a thin façade over
crate::platform::Active. - io_backend
- Flash/clone dispatch: simulated by default, real block I/O when
real-io is enabled. - platform
- Platform abstraction: traits + Linux / Windows / macOS implementations.
- progress
- clone
- flash
- Flash the image at the given path to the device at the given path.
- flash_xz
- Stream-decompress an xz image and write it to the device (no temp file).