Rust Nigeria Newsletter
Hello Rustaceans,
It's June already - half of the year is almost gone! Hard to believe, isn't it? When it comes to the half of the year, there are two kinds of people. The first kind looks back and while proud of what they've achieved so far, they still have a lot more things they hope to accomplish before the end of the year. Then there is the second kind, the ones who cannot believe we're already midyear and are also panicky because it feels like they have not done anything. Well, whichever kind of person you are, 7 months is more than enough time to start. Yeah, just START! And we wish you all the best in completing what you've started or will start because you're amazing!
Articles
Create and manage windows in your Rust app with Winit
In this article, Solomon teaches how to manage GUI application windows in rust with winit
zkCasper
Here, Seun Lalenge presents a SNARK based scheme for verifying the Ethereum's Casper FFG consensus proofs
Implementing Huffman Encoding for Data Compression using Rust
Benjamin Chibuzor-Orie wrote a blog post about using rust to implement the Huffman Compression Algorithm