OpenAI Dive is an unofficial async Rust library that allows you to interact with the OpenAI API. - GitHub - tjardoo/openai-client: OpenAI Dive is an unofficial async Rust library that allows you to... (more…)
Read more »
This video explains the rust module system. You'll find out 3 different way to define modules, how to use pub key word and how to import (use) items from mod... (more…)
Read more »
This post is part of a larger effort you can view over here: https://osblog.stephenmarz.com. (more…)
Read more »
The ndarray crate provides us with a multidimensional container that can contain general or numerical elements. If you're familiar with Python, then you can consider it to be similar to the numpy pack... (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 »