this repo for Data Structure example from leetcode or other platforms using Rust
CallofRustCode
Main goal of this repository to learn Rust and contribute a Data structure or a simple idea with Rust.
1 - Rust book:
https://rust-book.cs.brown.edu/
2 - The Rustonomicon:
https://doc.rust-lang.org/nomicon
3 - Rust Design Patterns:
https://rust-unofficial.github.io/patterns/idioms/index.html
4 - Rust Compiler Development Guide:
https://rustc-dev-guide.rust-lang.org/overview.html
Feel free to make a pr or add in the isssue section a problem or an idea to make it in Rust.
git clone git@github.com:misarb/CallofRustCode.git
CD into the project
cd CallofRustCode
Create your own branch
Add your files
Make a pull request
- Add Documentation
- Data structure
- new Idea