In a distributed network like blockchain, we want to be able to quickly verify that the data distributed from node to node remains the… (more…)
Read more »
An experimental Rust compiler front-end for IDEs. Contribute to rust-analyzer/rust-analyzer development by creating an account on GitHub. (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 »
This is a handy pattern to use for efficiently escaping text, and it's also a good demonstration of Rust's Cow 🐄 type. (more…)
Read more »
After reading The Rust Programming Language book and falling in love with the language, I was on the lookout for my first Rust project. In the “old hardware projects” box, I had a HiFive1 board with SiFive FE310 RISC-V microcontroller, and Velleman’s Ardu... (more…)
Read more »