Hacker News new | ask | show | jobs
by serentty 1129 days ago
There is a lot more to Rust than just “safety”. That gets talked about a lot, but Rust is full of great features that make it worthwhile to use even when you are working in unsafe Rust.

On top of that, it should still be possible to write the application logic in safe Rust, even if you need to use unsafe for FFI with Windows stuff.

1 comments

Are there any Windows GUI applications written in Rust that are a good place to start for someone who wants to learn more?