Understanding atomics and the memory ordering options when dealing with them can help us better understand multithreaded programming and why Rust helps us write safe and performant multithreaded code. (more…)
Read more »
I've been working on a project with rust that requires creating a pseudo-terminal and like many others, I've run into a lot of problems with the functions available to get a pair of master/slave fds for my PTY. openpty int openpty(int *amaster, int *aslav... (more…)
Read more »
Learn to set up a Rust client with Kafka using real code examples, Schema Registry (similarly to a JVM), and rdkafka instead of Java. (more…)
Read more »
A refreshingly simple data-driven game engine built in Rust - bevyengine/bevy... (more…)
Read more »
Safe interop between Rust and C++. Contribute to dtolnay/cxx development by creating an account on GitHub. (more…)
Read more »