S2n-QUIC (Rust implementation of QUIC)

An implementation of the IETF QUIC protocol. Contribute to aws/s2n-quic development by creating an account on GitHub. Read more

Similar

Playing Codenames in Rust with word vectors

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 »

A Primer to Rust Async

This article is not comprehensive on the Rust Async topic but could be an easy overview if you have no idea about Async Programming in Rust or in general. If you are wondering about the new async/await keywords, Futures, and intrigued what Tokio... | Abid... (more…)

Read more »