Microsoft Azure Boost is using Rust

Learn more about how Azure Boost can Learn more about how Azure Boost can improve security and performance of your virtual machines. Read more

Similar

Rust Error Handling Patterns

Error handling in Rust is very different if you’re coming from other languages. In languages like Java, JS, Python etc, you usually throw exceptions and return successful values. In Rust, you return something called a Result. (more…)

Read more »

Rust by Example

Rust is a modern systems programming language focusing on safety, speed, and concurrency. It accomplishes these goals by being memory safe without using garbage collection. (more…)

Read more »