What are the benefits of using Rust for a security-centric application? Find out in our interview with Michael Fey, the VP of Engineering for Client Apps at 1Password. (more…)
Read more »
Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust. - GitHub - spacedriveapp/spacedrive: Spacedrive is an open source cross-platf... (more…)
Read more »
This is the 7th post in the Start Rust focus series. So far, we have learned the basics of Rust syntax, developed a custom Kubernetes controller, and integrated with the front-end with Wasm. I’ve been using the JVM for two decades now, mainly in Java. The... (more…)
Read more »
Nobody likes waiting for code to finish compiling.
Today, Rust's Cranelift backend can be used to make debug builds faster, but there's still room for
improvement.
I spent the last few months working on a register allocator which, when used with Cranelift... (more…)
Read more »
cap-std is a project to create capability-based versions of Rust standard
library and related APIs. (more…)
Read more »