24 days of Rust – winreg

Fact: I’m writing these articles and examples on a Windows machine and
so far everything compiles and works as expected. Just so you know, Rust
supports Windows in the top tier.
I’m mentioning it here since a few people I talked to assumed Windows support…

Similar

5x Faster Rust Docker Builds with Cargo-Chef

cargo-chef is a new cargo sub-command to build just the dependencies of your Rust project based on a JSON description file, a recipe. cargo-chef can be used to fully leverage Docker layer caching, therefore massively speeding up Docker builds for Rust pro... (more…)

Read more »