Fluvio is a blazing-fast programmable streaming platform for data-in-motion. Apply your own custom logic to protect, normalize, and enrich the data as it moves between services. (more…)
Read more »
Error handling in Rust is very different if you’re coming from other languages. In languages like Java, JS, Python etc, you usually throw exceptions and return successful values. In Rust, you return something called a Result. (more…)
Read more »
Developed in collaboration with Arm and Google, Tyr is a new Rust-based DRM driver targeting CSF-based ARM Mali GPUs. (more…)
Read more »
Microsoft is developing a new programming language but it's not giving up its work on Rust. (more…)
Read more »
This is the third part of Rust mini-series. This post is about Traits and Generics. (more…)
Read more »