We're back!
Hello Rustaceans. We took an unexpected hiatus last month but we're back now with another edition of the Rust Nigeria newsletter. This month's edition holds the updates for the months of August and September and in this edition, we have an article on reading CSVs in Rust, a guide to structs and debugging, building a reverse proxy, a real-time webcam streaming server, and an RGB LED Blinker
Open Source projects
paystack-rs
Oghenemarho is building an open-source rust library for using the Paystack API. He is open to contributions from the Rust community
Articles
Exploring Rust: A Guide to Structs and Debugging
Abdullah Ajibade writes an article exploring Rust's structs and debugging techniques
Rust to Robustness: Implementing a Reverse Proxy Server
Adeoye Adefemi wrote an article on how he built a reverse proxy server in Rust, his motivation, and the limitations he encountered.
Build a Real-Time Webcam Streaming Server in Rust with OpenCV
In this article, Zacchaeus Oluwole explains how to build a real-time webcam streaming server using Rust and the OpenCV crate.
Build an embedded system RGB LED Blinker with Rust on ESP32 using ESP-IDF
Zacchaeus Oluwole explains how to create a simple RGB LED blinker using ESP-IDF, leveraging its capabilities for GPIO control and task management.