TheDreadPirateRoberts / RustBucket

Relational NoSQL Database
Apache License 2.0
0 stars 1 forks source link

Learn Rust #6

Open dharma66 opened 6 years ago

dharma66 commented 6 years ago

Get to grips with Rust language, and get some appreciation of idioms and style.

dharma66 commented 6 years ago

Let’s try to get to a place where we are all familiar with core rust features, such as:

dharma66 commented 6 years ago

If you like Stroustrup, you might like the overview of Rust given in Section 2 of this academic article. I found it helped understand borrowing and lifetimes quite a bit.