einfachiota / rust-learning-group

Home for the rust learning group
https://einfachiota.github.io/rust-learning-group/
4 stars 5 forks source link

Survey - What Rust topics are interesting for you? #11

Open huhn511 opened 4 years ago

huhn511 commented 4 years ago

This learning group should empower the learning experience. The best way for learning is to teach something to others.

Rust is a very versatile programming language that can be used for example in web and embedded IoT. Because of this wide range, we need to find out - in what are you interested in.

Also, we want to create a space, where people can teach other people about specific topics to others.

What do you think and what are your favorite Rust topics?

MrRo-de commented 4 years ago

Hey, i‘m interessted in IoT. Thanks

Karuma303 commented 4 years ago

Short term: Become fluent/produtive with all the basic stuff (ownership, borrowing, lifetimes, slices, pointer types, async/await... etc. Long term: learn more about advanced stuff like no_std, unsafe code, FFI, Wasm...

And of course all of that would be more interesting, if we would learn/build stuff together, that is in some way related to IOTA ;)

meo-rust commented 4 years ago

Similar to Karuma I'm as of now mostly interested in getting the basics down, then it would be fun to work on anything iota related.

ghost commented 4 years ago

My main motivation is being able to read and understand the bee code, and ultimately being able to be productive and maybe start a project related with IOTA.

rafska commented 4 years ago

I would like to understand IOTA code and be able to build applications on top of it.