Google's promotion of Rust over C and C++ should lead to fewer memory security bugs. (more…)
Read more »
Every now and then when using native libraries from Rust you’ll be asked to pass a callback across the FFI boundary. The reasons are varied, but often this might be done to notify the caller when “interesting” things happen, for injecting logic (see the S... (more…)
Read more »
An npm scripts runner written in Rust. Contribute to egoist/dum development by creating an account on GitHub. (more…)
Read more »
I'd like to think that my understanding of "async Rust" has increased over
the past year or so. I'm 100% onboard with the basic principle: I would
like to handle tho... (more…)
Read more »
Async/await support in Rust may be stable, but sufficiently complicated programs will generate errors that put C++ to shame. (more…)
Read more »