Hacker News new | ask | show | jobs
by shmerl 4307 days ago
Is there a way to use Qt from Rust? It has C binding, but not C++ as far as I know.
2 comments

http://endl.ch/content/cxx2rust-pains-wrapping-c-rust-exampl... is discussion on using C++ libraries from Rust that focuses on QT as a motivating example with runnable code at the time.
Thanks for the pointer!
It's possible to use Qt from Python, so I would think Rust could do it in one way or another.