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 »
Why self-referential structs are tricky in Rust, and how pinning, arenas and ouroboros can help you. (more…)
Read more »
A file system is responsible for organising and providing an abstraction over the storage devices where the data is physically stored. In this post, we will learn more about the concepts used by file systems, and how they fit together when writing your ow... (more…)
Read more »
An idiomatic, lean, fast & safe pure Rust implementation of Git - Byron/gitoxide... (more…)
Read more »