24 days of Rust – conclusion

This article marks the end of the second edition of 24 days of Rust. I hope
you enjoyed it and maybe found inspiration for a project or two. I sure
did 🙂 Some of the libraries I wrote about are familiar to almost entire
Rust community. Some are fairly o…

Similar

Creating WASM-opt Rust bindings with cxx

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 »