diff options
author | Jarod <iam@justbrenny.me> | 2024-05-13 18:19:04 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-13 02:19:04 -0600 |
commit | 00a1071fe45890840cdb7e989964ec2b9eefe6b2 (patch) | |
tree | ef0250d600236af6f2d49ba9608452147562ecf6 /rust.html.markdown | |
parent | 46a6e0be69fa97ba5837cdbadd5d3d9339660571 (diff) |
[rust/en] link to A half-hour to learn Rust (#4379)
Diffstat (limited to 'rust.html.markdown')
-rw-r--r-- | rust.html.markdown | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rust.html.markdown b/rust.html.markdown index be0b0bc9..421124be 100644 --- a/rust.html.markdown +++ b/rust.html.markdown @@ -344,6 +344,10 @@ fn main() { ## Further reading +For a deeper-yet-still-fast explanation into Rust and its symbols/keywords, the +[half-hour to learn Rust](https://fasterthanli.me/articles/a-half-hour-to-learn-rust) +article by Fasterthanlime explains (almost) everything in a clear and concise way! + There’s a lot more to Rust—this is just the basics of Rust so you can understand the most important things. To learn more about Rust, read [The Rust Programming Language](http://doc.rust-lang.org/book/index.html) and check out the |