Comment on Show HN: Sauron-native – A native cross-platform GUI for RustparentComments−ssokolow7yMainly that, for any portions written in Python, I can't rely on Rust's type system to help me catch mistakes at compile time....though Qt's QTest module does help to balance things out a bit, by providing a Selenium-like facility for automating GUI interactions.
Comments
Mainly that, for any portions written in Python, I can't rely on Rust's type system to help me catch mistakes at compile time.
...though Qt's QTest module does help to balance things out a bit, by providing a Selenium-like facility for automating GUI interactions.