//! Hybrid quantization: jpegli AQ + mozjpeg trellis.
//!
//! This module combines jpegli's adaptive quantization (WHERE to spend bits)
//! with mozjpeg's trellis quantization (HOW to spend bits).
//!
//! Requires the `experimental-hybrid-trellis` feature.
// Re-export main types for convenience
pub use ;
pub use ;
pub use ;