└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Rust Bootcamp VBI exercises 2 | 3 | ## Installation 4 | 5 | See https://rustup.rs 6 | 7 | ## Setup 8 | 9 | ``` 10 | git clone https://github.com/CocDap/Rust-Bootcamp-2023 11 | cd Rust-Bootcamp-2023 12 | ``` 13 | ## Welcome to VBI Rust Bootcamp by VBI Academy 🦀 14 | 15 | This is a Rust course developed by the VBI Academy. The course covers the full of Rust, from basic syntax to advanced topics like generics and error handling. 16 | 17 | The goal of the course is to teach you basic Rust. 18 | 19 | + Introduce the fundamental concepts of Rust programming. 20 | + Familiarize you with the syntax and structure of Rust code. 21 | + Write new programs with small project in Rust. 22 | 23 | ## References 24 | + [Rustlings](https://github.com/rust-lang/rustlings) 25 | + [Rust by Practice](https://practice.rs/why-exercise.html) 26 | + [Comprehensive Rust](https://google.github.io/comprehensive-rust/exercises/concurrency/morning.html) 27 | 28 | ## Contact us 29 | + Discord:https://discord.gg/XgkcZyM8EC 30 | + Facebook: https://www.facebook.com/groups/vietnamblockchaininnovation 31 | --------------------------------------------------------------------------------