Installing and configuring a development environment to cross-compile rust programs for the AVR architecture and the Arduino UNO board. (more…)
Read more »
People were arguing about Rust’s std lib recently, so I went through the Cargo.toml of all the Rust projects I’ve written since 2015 and picked out the choice tools that get used over and over again. Up to date as of October 2020. (more…)
Read more »
There’s something missing from the documentation of CLI tools.
They often have home pages that do a great job of explaining the core concepts, giving a “Quick Start” guide, and demonstrating some use cases. (more…)
Read more »
Robustness is a key concern for Rust library development because Rust
promises no risks of undefined behaviors if developers use safe APIs only.
Fuzzing is a practical approach for examining the robustness of programs.
However, existing fuzzing tools are ... (more…)
Read more »
Let’s build the Rust Blockchain community together! Since the first publication of the Rust in Blockchain newsletter, I have been receiving great feedback — people are excited about the… (more…)
Read more »