//! This is a crate to help you easily connect to the Speechmatics API (on-prem and SaaS) using the best programming language in the world!
#![warn(missing_docs)]#[macro_use]externcrate serde;#[cfg(feature ="batch")]pubmodbatch;#[cfg(feature ="realtime")]pubmodrealtime;