speechmarkdown-rust 0.1.15

High-performance SpeechMarkdown parser with multi-language bindings
Documentation
1
2
3
4
5
6
7
8
9
pub mod amazon_alexa;
pub mod base;
pub mod google_assistant;
pub mod microsoft_azure;

pub use amazon_alexa::AmazonAlexaSsmlFormatter;
pub use base::SsmlFormatterBase;
pub use google_assistant::GoogleAssistantSsmlFormatter;
pub use microsoft_azure::MicrosoftAzureSsmlFormatter;