Build Postgres Extensions with Rust! Contribute to zombodb/pgx development by creating an account on GitHub. (more…)
Read more »
In order to learn Rust better, I decided to rewrite one of my previous projects, Minefield Mahjong. The game was originally written in Python, so I had an opportunity to see which ideas translate well and what needs to be different. (more…)
Read more »
In a previous post I implemented the game of Codenames in Rust, allowing a human player to interact with the computer playing randomly. Now let's implement a smarter computer agent, using word vectors. Word vectors (or word embeddings) are a way of conve... (more…)
Read more »
Pure Rust multimedia format demuxing, tag reading, and audio decoding library - GitHub - pdeljanov/Symphonia: Pure Rust multimedia format demuxing, tag reading, and audio decoding library... (more…)
Read more »