Docs.rs
rust-tts-wrapper-0.1.0
rust-tts-wrapper 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
willwade
Dependencies
anyhow ^1
normal
base64 ^0.22
normal
optional
reqwest ^0.12
normal
optional
serde ^1
normal
serde_json ^1
normal
optional
sherpa-onnx ^1.13
normal
optional
speech-dispatcher ^0.16
normal
optional
speechmarkdown-rust ^0.1
normal
optional
tungstenite ^0.29.0
normal
optional
url ^2.5.8
normal
optional
uuid ^1.23.2
normal
optional
cbindgen ^0.28
build
Versions
84.4%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
OnEndCallback
rust_
tts_
wrapper
0.1.0
In rust_
tts_
wrapper::
engine
rust_tts_wrapper
::
engine
Type Alias
OnEnd
Callback
Copy item path
Source
pub type OnEndCallback<'a> = &'a mut dyn
FnMut
();
Expand description
Callback for speech-finished events.