I chose Rust for a project and I had struggles along the way which made me second guess this decision, but after releasing and fulfilling use cases I hadn't considered, the decision was vindicated. The wins that Rust brings outweighed any struggles. (more…)
Read more »
Our team, DeisLabs, recently released a new piece of software called Krustlet, which is a tool for running WebAssembly modules on the popular, open-source container management tool called Kubernetes. Kubernetes is used quite extensively to run cloud softw... (more…)
Read more »
Rust is not so easy to learn, but Microsoft engineers really like the programming language for coding for the cloud. (more…)
Read more »
Robustness is a key concern for Rust library development because Rust
promises no risks of undefined behaviors if developers use safe APIs only.
Fuzzing is a practical approach for examining the robustness of programs.
However, existing fuzzing tools are ... (more…)
Read more »
I've been wanting to write a big project in Rust for a while as a learning exercise, and actually started one in late 2018 (a FUSE server implementation). But then life happened and I got busy and never went anywhere with it. Due to certain world circumst... (more…)
Read more »