New week, new Rust. What are you folks up to?
Finally getting my motivation back to restart work on creating a live video ingestion and distribution system. My goal to start off with is to create a library to be able to serialize and deserialize AMF0 encoded data (for RTMP support).
2 Likes
I've been very busy at work so haven't been able to do any Rust programming for quite a while, but I just started work on rustorrent over the weekend, (so it can't do much yet), aiming to eventually implement the entire BitTorrent protocol + extensions and offer a high-level API to work with it, as a single, convenient crate.
4 Likes
I put up New Rustacean e016:
RefCells
and code smells—digging deeper on smart pointers and mutability with Cell
and RefCell
.
2 Likes