Project Structure
CBXShell/├── Cargo.toml├── CBXShell/│ ├── Cargo.toml│ ├── build.rs│ ├── src/│ │ ├── lib.rs│ │ ├── com/│ │ ├── archive/│ │ ├── image_processor/│ │ ├── registry.rs│ │ ├── utils/│ │ └── manager/│ └── tests/├── build_msix.ps1├── build_nsis.ps1└── README.mdKey areas:
CBXShell/src/com: COM interfaces and class factoryCBXShell/src/archive: Archive readers and image discoveryCBXShell/src/image_processor: Decode, resize, HBITMAP conversionCBXShell/src/manager: Configuration GUI