In this post I'll be talking about recent work I and others have done to make crash handling and reporting in Rust a (fairly) straightforward procedure by introducing several new crates that can be used in conjunction with each other, or with other crates... (more…)
Read more »
Why do I care about this Recently I solved this delta issue, where the maintainer asked to switch from Travis CI to GitHub actions.
These are all the pull requests I’ve done if you want to have a look at this journey: #399, #400, #409, #411, #413, #417 an... (more…)
Read more »
Use the `cargo` command install our favorite crates - SixArm/rust-cargo-favorites... (more…)
Read more »
We are using Rust extensively in the firmware of the BitBox02 hardware wallet. In a security device like this, you don’t want to leave sensitive material in memory for longer than necessary. In particular, when the value is being dropped, the memory shoul... (more…)
Read more »
PubGrub version solving algorithm implemented in Rust - pubgrub-rs/pubgrub... (more…)
Read more »