brokk-mj-controller 2.6.0

Daemon-side controller, session manager, and web server for Mjolnir
Documentation
1
2
3
4
5
6
//! Compatibility re-exports for image decoding used by controller APIs.
//!
//! The implementation lives in `mj_client` so native and web control surfaces
//! share the same limits, codec behavior, and error handling.

pub use mj_client::image::{OptimizedImage, optimize_image, optimize_rgba};