Skip to content

Latest commit

 

History

History
49 lines (25 loc) · 2.34 KB

2019_april_23.md

File metadata and controls

49 lines (25 loc) · 2.34 KB

This April in Rust

The roadmap for 2019 has been released!

The theme of 2019 is maturity.

Rust in production

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.

New to Rust?

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.

Getting deeper in

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 is coming (someday)

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.

Help out the Rust community

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.