5 Commits

Author SHA1 Message Date
Ivan FB
51ed83b04a
fix Async constructor cannot specify a timeout (rust.nim:416). new_async hardcodes Duration::from_secs(30) for all subsequent calls on the produced Ctx, while blocking create
accepts a timeout: Duration. Inconsistent and a footgun for any user who picks the async path. Add the parameter.
2026-05-11 21:23:24 +02:00
Ivan FB
798f5a21ed
simplify auto-generate cpp and rust 2026-05-10 11:38:42 +02:00
Ivan FB
48abba82a8
simplify Rust example
Co-authored-by: Copilot <copilot@github.com>
2026-05-10 11:38:42 +02:00
Ivan FB
d87fe8b104
enhance cpp and rust tokio examples
Co-authored-by: Copilot <copilot@github.com>
2026-05-10 11:38:41 +02:00
Ivan FB
5b908b9c5b
simplify ffi generation and add simple Rust example 2026-05-10 11:35:02 +02:00