studio-worker 0.4.10

Pull-based image-generation worker for the minis.gg studio.
Documentation
1
2
3
4
5
6
7
8
//! One module per page on the rail.  Each exposes a pure-data view model
//! (testable without egui) and a thin `render` that draws it.

pub mod config;
pub mod jobs;
pub mod logs;
pub mod models;
pub mod worker;