Skip to main content

hyprwhspr_rs/
lib.rs

1pub mod app;
2pub mod app_test;
3pub mod audio;
4pub mod benchmark;
5pub mod cli;
6pub mod config;
7pub mod input;
8pub mod install;
9pub mod logging;
10pub mod paths;
11pub mod status;
12pub mod transcription;
13pub mod whisper;
14
15pub use app::HyprwhsprApp;
16pub use config::{Config, ConfigManager};
17pub use status::StatusWriter;