diff --git a/README.md b/README.md new file mode 100644 index 0000000..2f0094d --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# Rust Learning Repository + +This repository contains Jupyter notebooks for learning the Rust language with the content of the book "The Rust Programming Language" and practical exercises. + +### What you will find here: + +- Jupyter notebooks that follow the content of the book "The Rust Programming Language" +- Practical exercises to apply the concepts learned +- An interactive and engaging learning environment + +### How to use this repository: + +* Clone the repository to your local computer. +* Open Jupyter Notebook. +* Select the notebook you want to use. +* Run the notebook cells in the order they are presented. +* Complete the practical exercises. + +### Additional resources: + +- The Rust Programming Language: https://doc.rust-lang.org/book/ +- Jupyter Notebook: https://jupyter.org/ +- Contributions: + +We welcome your contributions to this repository! If you find any errors or have a suggestion for improvement, please submit a pull request. + +### License: + +This repository is licensed under the MIT license.