DEV Community

Discussion on: Rust: Initial thoughts

Collapse
 
epsi profile image
E.R. Nurwijayadi

Good article. Thank you for posting.

I'm a beginner in Rust. To help more beginner, I have made a working case example with souce code in github. With an about three parts article, to leverage hello world.

🕷 epsi.bitbucket.io/lambda/2020/11/2...

For example, concurrency in Rust is actually an easy thing to do. And also the code is almost as short as goroutine counterpart, as shown in below example:

Rust Concurrency

I hope this could help other who seeks for other case example.

Collapse
 
hb profile image
Henry Boisdequin

That's a great article! Thanks for reading!