1
2
3
4
5
//! Low level FFI bindings for Microsoft Speech SDK.
//!
mod speech_api;

pub use speech_api::*;