Cetra's Thoughts
With the new std::future way of doing things and tokio slowly reaching maturation, it's time to look at updating the libraries out there that are using the old ways. For one of my libraries, tmq, a Tokio ZeroMQ library, there is some awesome work already…
2019 was another huge year for rust, but instead of implementing the shiny new thing, it's been a focus on refining existing ideas.
Having being using rust professionally for over 3 years, I feel I will very soon be regailing new rust developers of the ti…
Last article I wrote about how to use tensorflow with rust. This time we're going to take what we've built on, and serve it as an HTTP API call. As Actix Web is nearing its inevitable 1.0 release, I thought it would be a great time to build something wi…
One of the promises of machine learning is to be able to use it for object recognition in photos. This includes being able to pick out features such as animals, buildings and even faces.
This article will step you through using some existing models to ac…
TMQ is a rust library to use ZeroMQ within the Tokio ecosystem. ZeroMQ is a distributed messaging queue written in C supporting a number of different messaging patterns. While there are other options out there (including gRPC, etc..), I settled on ZeroM…
Previous
Page 3 of 4
Next