This website contains notes and presentations from the Chicago Rust Meetup
The theme of 2019 is maturity.
Cloudflare released a Rust implentation of a VPN protocol complete with comments, benchmarks, and tests. Check it out for an example of Rust in production.
The first part in a whirlwind tour of the features that set Rust apart from other languages. Check it out if you’re having trouble wrapping your head around Rust’s ownership system.
It’s clear devs love Rust! Hopefully that means we can get more people to come to the meetup.
hashbrown
, will likely become the new implementation for rust’s std::collections::HashMap. Learn about one of its central quirks and why it’s not a huge performance issue.
If you’re unclear on what monads are, this detailed post covers monads in Rust. It also lists and suggests solutions for some of the issues you might experience in Rust if you’re coming from a Functional language.
An examination of the different types of macros in Rust. It also includes a great reading list for people that want to learn even more about macros in Rust.
async
yet?Are you tired of watching RFCs like a hawk? This handy page lists the current status of the things async
in Rust depends on, and whether or not they’re ready.
Rust’s working groups could use your help! Even if you don’t think you can contribute code, there are lots of other ways to volunteer your time.