2 Commits

Author SHA1 Message Date
Ivan FB
8479fb8ad3
fix build.rs is broken on Windows (rust.nim:112–115). lib_ext is only set under cfg(target_os = "macos"|"linux"). On Windows the symbol is undefined → compile error. The
CMakeLists handles Windows; the Rust generator should either match or fail loudly.
2026-05-11 21:25:05 +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