Skip to content

Added Rust Hello World

ARNOULD CORENTIN p1710611 requested to merge (removed):rust into master

Rust is by far my favorite language. It gives us everything we need for the decade to come. It is a compiled language that is axed on memory safety, parallel programming and a lot of stuff that makes it awesome. The community is great ! They use to call themselves Rustaceans.

StackOverflow's 2020 Survey shows at what point programmers love this language, by making it rank #1 in the most loved category.

If you're willing to learn, there is an awesome book and a great tutorial to help you get in touch with the compiler errors.

Reddit: r/rust for technical conversations r/rustjerk for memes r/rustjerkjerk for crabs pictures Please respect that.

The book: https://doc.rust-lang.org/book/

The tutorial: https://github.com/rust-lang/rustlings

Stack Overflow Survey: https://insights.stackoverflow.com/survey/2020#most-loved-dreaded-and-wanted

Merge request reports

Loading