Since it’s release in 2015, TensorFlow has become one of the most powerful tool for doing machine learning. Our upcoming on-device AI platform makes heavy use of it, so we’ve been working hard on… (more…)
Read more »
It is possible to add support for a new OS to the Rust compiler's stable channel without rebuilding everything, enabling libstd support for entirely new operating systems. (more…)
Read more »
In order to increase fluency in a programming language, one has to read a lot of it. But how can you read a lot of it if you don't know what it means?
In this article, instead of focusing on one or two concepts, I'll try to go through as many Rust snippet... (more…)
Read more »
In which we look at traits using generic types (or type parameters) and traits with associated types in Rust. What is the difference and when does it make sense to use one over the other? (more…)
Read more »