New links in Readme.md, New concepts (Types)

This commit is contained in:
SocioCyber
2026-04-15 23:34:55 -07:00
parent faac2285f2
commit 184c515760
5 changed files with 618 additions and 2 deletions

View File

@@ -13,7 +13,12 @@ Exploration a Rust Programming Language - (33 concepts)
## TYPES
// Todo
1. [Struct](./Rust_Concepts/src/struct.rs)
2. [Enum](./Rust_Concepts/src/enum.rs)
3. Option // TODO
4. Result (later)
5. Vec (later)
6. HashMap (later)
## CONTROL