Everything you need to know about getting started with unsafe Rust. Learn to troubleshoot common issues and debunk popular myths. (more…)
Read more »
Writing a routing application in Rust using eBPF to minimize syscalls and copying memory... (more…)
Read more »
After thinking about the async fn in traits problem for a while, I've come to the conclusion that the syntax Rust chose for async fn is the wrong one. Specifically, the fact that the returned future type is hidden is quite limiting. Here's how we can fix ... (more…)
Read more »
An awesome collection of Rust Bitcoin projects, libraries, and packages. - GitHub - BitcoinDevelopersAcademy/awesome-rust-bitcoin: An awesome collection of Rust Bitcoin projects, libraries, and pac... (more…)
Read more »