Delete lines in Readme.md

This commit is contained in:
SocioCyber
2026-04-06 22:04:51 -07:00
parent 8e9480b598
commit faac2285f2

View File

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