speechmarkdown-rust 0.2.3

High-performance SpeechMarkdown parser with multi-language bindings
Documentation
1
2
3
4
5
6
pub mod base;
pub mod ssml;
pub mod text;

pub use base::{create_formatter, Formatter, FormatterOptions, Platform};
pub use text::TextFormatter;