voirs-cli 0.1.0-beta.1

Command-line interface for VoiRS speech synthesis
Documentation
1
2
3
4
5
6
7
8
9
10
//! Auto-generated module structure

pub mod functions;
pub mod kokoroconfig_traits;
pub mod types;

// Re-export all types
pub use functions::*;
pub use kokoroconfig_traits::*;
pub use types::*;