> For the complete documentation index, see [llms.txt](https://bootcamp.openguild.wtf/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bootcamp.openguild.wtf/rust-programming-language/basic-rust.md).

# Basic Rust

- [Introduction to Rust](https://bootcamp.openguild.wtf/rust-programming-language/basic-rust/introduction-to-rust.md)
- [🧑‍💻 Excercises](https://bootcamp.openguild.wtf/rust-programming-language/basic-rust/introduction-to-rust/excercises.md)
- [Common Programming Concepts](https://bootcamp.openguild.wtf/rust-programming-language/basic-rust/common-programming-concepts.md)
- [🧑‍💻 Excercises](https://bootcamp.openguild.wtf/rust-programming-language/basic-rust/common-programming-concepts/excercises.md)
- [Program Life Cycle](https://bootcamp.openguild.wtf/rust-programming-language/basic-rust/program-life-cycle.md)
- [🧑‍💻 Excercises](https://bootcamp.openguild.wtf/rust-programming-language/basic-rust/program-life-cycle/excercises.md)
- [Ownership & Borrow Checker](https://bootcamp.openguild.wtf/rust-programming-language/basic-rust/ownership-and-borrow-checker.md)
- [Common Data Structures](https://bootcamp.openguild.wtf/rust-programming-language/basic-rust/common-data-structures.md)
