Let's study Rust :)
- 1_hello_rust: a program that prints "Hello Rust!"
- 2_macro: an overloaded macro that prints given strings
- 3_function: rust function examples
- 4_standard_input: an example program that repeats user input
- 5_variable: mutable, immutable, and constant variables
- 6_control_flow: if, loop, for, while
- 7_string: basic string handling
- 8_type: scalar types and compound types
- 9_ownership: examples for ownership
- 10_reference: example of mutable and immutable reference