If you’re a regular reader of Hacks, you probably know about Rust, the ground-breaking, community-driven systems programming language sponsored by Mozilla. I covered Rust on Hacks back in July, to note a major milestone for Mozilla, when we shipped Rust…
Similar
You might have seen those obnoxious “you should rewrite it in Rust comments” here and there: in a blogpost in a Github issue you might have heard about that Rust Evangelism Strike Force… (more…)
Read more »
A template project for building a database-driven microservice in Rust and run it in the WasmEdge sandbox. - GitHub - second-state/microservice-rust-mysql: A template project for building a databas... (more…)
Read more »
Antialiased 2D vector drawing library written in Rust - femtovg/femtovg... (more…)
Read more »
Luckily getting starting with testing Rust code is reasonably straightforward and no external libraries are needed. cargo test will run all test code in a Rust project. Units tests are added at the… (more…)
Read more »