2017 Rust Survey results: https://blog.rust-lang.org/2017/09/05/Rust-2017-Survey-Results.html
Not many surprises, but still good data
Nice, last night's Rust nightly build has preliminary support for generators in it :)
https://internals.rust-lang.org/t/help-test-async-await-generators-coroutines/5835
@nein09 also, the community is pretty great at helping out beginners. irc.mozilla.org has a dedicated room for beginners, #rust-beginners. There is also #rust, along with a handful of other rooms for specific rust projects.
The Rust subreddit is pretty much the only reason I go to reddit anymore, that's at reddit.com/r/rust. The community is _very_ friendly, and if you'd like to view the CoC it's here: https://www.rust-lang.org/en-US/conduct.html
@nein09 great! there are a few resources that are worth checking out to get started.
"The Rust Programming Language" is probably the most complete beginner's resource: https://doc.rust-lang.org/book/second-edition/
it's also known in the community as just "the book."
There is a collection of beginners resources here: https://github.com/ctjhoa/rust-learning
One of my favorite resources is "rustlings" by carols10cents. It's basically a collection of "code katas" for rust: https://github.com/carols10cents/rustlings
Rust birbsite went a bit off the rails last night 😂