11 lines
179 B
Rust
11 lines
179 B
Rust
//! MoMentry Playground
|
|
//!
|
|
//! Unified media player with ASR/YOLO/Chunks overlay support
|
|
|
|
pub mod player;
|
|
pub mod overlay;
|
|
pub mod web;
|
|
pub mod config;
|
|
|
|
pub use config::Config;
|