Create README.md

This commit is contained in:
Vinicius Silva 2024-04-16 12:07:57 -03:00 committed by GitHub
parent 07f0d5ca61
commit c43379d034
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 29 additions and 0 deletions

29
README.md Normal file
View File

@ -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.