The Rust-loving team at Immunant has been hard at work on C2Rust, a migration framework that takes the drudgery out of migrating to Rust. Our goal is to make safety improvements to the translated Rust automatically where we can, and help the programmer do... (more…)
Read more »
WebAssembly implementation from scratch in Safe Rust with zero dependencies - GitHub - rhysd/wain: WebAssembly implementation from scratch in Safe Rust with zero dependencies... (more…)
Read more »
All networking applications essentially boil down to stringing together
multiple asynchronous calls in the right way.
Traditionally for programs written in C this would be done through
registering callbacks where the callee either handles the event itself... (more…)
Read more »
grpc-rs - The gRPC library for Rust built on C Core library and futures... (more…)
Read more »
Much of my work recently has been in Rust. I’ve known about Rust since its early days but I’ve never had the inclination to sit down and work with it until now. In many respects, I feel like I’m working in a functional programming language given the wide-... (more…)
Read more »