Delete lines in Readme.md
This commit is contained in:
20
README.md
20
README.md
@@ -5,8 +5,6 @@ Exploration a Rust Programming Language - (33 concepts)
|
||||
|
||||
## Memory
|
||||
|
||||
---
|
||||
|
||||
1. [Ownership](./Rust_Concepts/src/ownership.rs)
|
||||
2. [Borrowing ](./Rust_Concepts/src/borrowing.rs)(shared &)
|
||||
3. [Mutable Borrow](./Rust_Concepts/src/mutable_borrow.rs) (&mut)
|
||||
@@ -15,52 +13,34 @@ Exploration a Rust Programming Language - (33 concepts)
|
||||
|
||||
## TYPES
|
||||
|
||||
---
|
||||
|
||||
// Todo
|
||||
|
||||
## CONTROL
|
||||
|
||||
---
|
||||
|
||||
// Todo
|
||||
|
||||
## TRAITS
|
||||
|
||||
---
|
||||
|
||||
// Todo
|
||||
|
||||
## ERROR
|
||||
|
||||
---
|
||||
|
||||
// Todo
|
||||
|
||||
## LIFETIME
|
||||
|
||||
---
|
||||
|
||||
## ITER
|
||||
|
||||
---
|
||||
|
||||
// Todo
|
||||
|
||||
## CLOSURES
|
||||
|
||||
---
|
||||
|
||||
// Todo
|
||||
|
||||
## CONCUR
|
||||
|
||||
---
|
||||
|
||||
// Todo
|
||||
|
||||
## MODULES
|
||||
|
||||
---
|
||||
|
||||
// Todo
|
||||
Reference in New Issue
Block a user