teolan, 1 year ago GTK is in bare C, which is rather easy to interop with Rust. Even if using GLib from Rust is a pain, GTK can and does have decent Rust bindings. QT on the other hand is C++ with object oriented stuff, and therefore cannot have easy bindings to Rust.
GTK is in bare C, which is rather easy to interop with Rust. Even if using GLib from Rust is a pain, GTK can and does have decent Rust bindings.
C
Rust
QT on the other hand is C++ with object oriented stuff, and therefore cannot have easy bindings to Rust.