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 »
In recent weeks several vulnerabilities have rocked the Rust community causing many to question its safety. This post examines two such vulnerabilities. (more…)
Read more »
Deno is created by the original developer of Node.js, Ryan Dahl, to address what he called 10 things I regret about Node.js. It did away with the NPM and the infamous node_modules. Deno is a single binary executable to run applications written in TypeScri... (more…)
Read more »
A Pokédex application for the COSMIC™ desktop written in Rust - GitHub - mariinkys/starrydex: A Pokédex application for the COSMIC™ desktop written in Rust... (more…)
Read more »
A refreshingly simple data-driven game engine built in Rust - GitHub - bevyengine/bevy: A refreshingly simple data-driven game engine built in Rust... (more…)
Read more »