Docs.rs
batch-mode-tts-0.1.0
batch-mode-tts 0.1.0
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
klebs6
Dependencies
async-openai ^0.29.0
normal
batch-mode-3p ^0.2.2
normal
clap ^2.34.0
normal
derive_builder ^0.20.2
normal
export-magic ^0.3.6
normal
getset ^0.1.4
normal
structopt ^0.3.26
normal
tokio ^1
normal
tracing ^0.1.41
normal
tracing-setup ^1.0.4
normal
Versions
46.15%
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
clip_to_chars
batch_
mode_
tts
0.1.0
clip_
to_
chars
Sections
Clip a string to at most
max_chars
characters (not bytes).
In crate batch_
mode_
tts
batch_mode_tts
Function
clip_
to_
chars
Copy item path
Source
pub fn clip_to_chars(input: &
str
, max_chars:
usize
) ->
String
Expand description
ยง
Clip a string to at most
max_chars
characters (not bytes).