Expand description
Public library surface for mcraw-tui. The binary in src/main.rs
is a thin wrapper around the same modules; integration tests under
tests/ import from this crate to exercise the public API.
Modules§
- agx
- allocator
- D1: global allocator. mimalloc is significantly faster than the system’s default allocator (glibc malloc on Linux, NT heap on Windows) for the heavy bursts the export path does — 18 MB bayer Vec, 9 MB upload staging, 73 MB readback buffer, all per frame.
- app
- cli
- color
- decoder
- dng_
writer - encoder
- error
- export
- file
- file_
browser - gpu
- gradient
- grading
- gui
- hardware
- metadata
- pipeline
- preset
- preview
- stats
- Per-phase pipeline timing.
- ui