Add ImageLoader and file discovery modules

This commit is contained in:
2026-03-06 01:50:46 +02:00
parent 34cac53eb8
commit 1fc958f068
5 changed files with 253 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
pub mod config;
pub mod discovery;
pub mod error;
pub mod loader;
pub mod operations;
pub mod pipeline;
pub mod preset;