Cheap tricks for high-performance Rust

So you’re writing Rust but it’s not fast enough?Even though you’re using cargo build –release?Here’s some small things you can do to increase the runtime speed of a Rust project– practically without changing any code! Read more

Similar

Rust/WinRT Public Preview

We are excited to announce that the Rust/WinRT project finally has a permanent and public home on GitHub: https://github.com/microsoft/winrt-rs Rust/WinRT follows in the tradition established by C++/WinRT of building language projections for the Windows R... (more…)

Read more »