Update 101-rust.md (#1043)
Added content for the Rust programming language. Contents: link to the official online book and the rust by example official web page.
This commit is contained in:
@ -1 +1,7 @@
|
||||
# Rust
|
||||
# Rust
|
||||
|
||||
Rust is a modern systems programming language focusing on safety, speed, and concurrency. It accomplishes these goals by being memory safe without using garbage collection.
|
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
|
||||
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://doc.rust-lang.org/book/'>The Rust Programming Language - online book</BadgeLink>
|
||||
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://doc.rust-lang.org/stable/rust-by-example/index.html'>Rust by Example - collection of runnable examples</BadgeLink>
|
||||
|
Reference in New Issue
Block a user