Vlad Ĉereŝna

Results 6 issues of Vlad Ĉereŝna

What`s doing? Created file lib.rs with this function: ``` use tts_rust::{ tts::GTTSClient, languages::Languages }; fn tts_say(text: String) { let mut narrator: GTTSClient = GTTSClient { volume: 1.0, language: Languages::Ukrainian, tld:...

This is example of implementation in my app https://github.com/user-attachments/assets/a01dc4cf-e524-4a56-b9ce-17edfcad98bc

1. Operating system Ubuntu Gnome X11 2. The way you installed OpenCV: package, official binary distribution, manual compilation, etc. OpenCV installed via cargo package 3. OpenCV version opencv = "0.94.2"...

I think it is also very important thing to have. One of patterns, where it can be useful, is my previous issue about Rust-like Error handling #1209 And thanks for...

Now, as I understood from documentation on wren.io, we don't know what we will get from the function - which type, class, object, or just our program will be shutting...

https://crates.io/crates/bincode Now it doesn`t work together.