It’s been (almost) two years since I started my first steps in the Rust world. I thought it could be interesting to reflect on some impressions and lessons learned during this journey. (more…)
Read more »
The missing batteries of Rust. Contribute to brson/stdx development by creating an account on GitHub. (more…)
Read more »
Educational blog posts for Rust beginners. Contribute to pretzelhammer/rust-blog development by creating an account on GitHub. (more…)
Read more »
Rust library for regular expressions using "fancy" features like look-around and backreferences - fancy-regex/fancy-regex... (more…)
Read more »
wasm-opt is a component of the Binaryen toolkit,
written in C++,
that optimizes WebAssembly modules,
I have recently created a wasm-opt bindings crate for Rust
(with the extensive help of my partner Aimeedeer).
The wasm-opt crate allows wasm-opt to be ins... (more…)
Read more »