Merge pull request #835 from flyingcakes85/add-resources

Add Rust by Example
This commit is contained in:
Sonkeng Maldini
2021-10-04 20:28:26 +01:00
committed by GitHub

View File

@@ -388,6 +388,7 @@ When learning CS, there are some useful sites you must know to get always inform
- [JavatPoint](https://www.javatpoint.com/java-tutorial) : Best website to get a basic Java programming tutorial
- [The Rust Programming Language Book](https://doc.rust-lang.org/book/title-page.html) : Explains the Rust programming language
- [Rust Cookbook](https://rust-lang-nursery.github.io/rust-cookbook/intro.html#cookin-with-rust) : Quickly get an overview of the capabilities of the Rust crate ecosystem
- [Rust by Example](https://doc.rust-lang.org/rust-by-example/) : A collection of runnable examples that illustrate various Rust concepts and standard libraries
<div align="right">
<b><a href="#index">↥ Back To Top</a></b>