studio-worker 0.4.5

Pull-based image-generation worker for the minis.gg studio.
Documentation
1
2
3
4
5
6
7
8
9
//! WebSocket worker-channel module.
//!
//! `types` mirrors the TypeScript wire-format types from
//! `apps/studio/src/shared/types/workerWs.ts`.  `client` wraps the
//! `tokio-tungstenite` connection and exposes a session API to the
//! runtime.
pub mod client;
pub mod session;
pub mod types;