Comment on Show HN: Sauron-native – A native cross-platform GUI for RustparentComments−solarkraft7ySounds like a nice model. What are the worst disadvantages?−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
Sounds like a nice model. What are the worst disadvantages?
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.