01-hello_world
|
renaming, nothing fancy
|
2023-05-07 03:18:20 +03:00 |
02-guessing_game
|
fix: ✏️ typos and compiler warnings
|
2024-06-17 18:19:36 +03:00 |
03-variables
|
renaming, nothing fancy
|
2023-05-07 03:18:20 +03:00 |
04-data_types
|
fix: ✏️ typos and compiler warnings
|
2024-06-17 18:19:36 +03:00 |
05-functions
|
fix: ✏️ typos and compiler warnings
|
2024-06-17 18:19:36 +03:00 |
06-control_flow
|
fix: ✏️ typos and compiler warnings
|
2024-06-17 18:19:36 +03:00 |
07-temperature_convertion
|
fix: ✏️ typos and compiler warnings
|
2024-06-17 18:19:36 +03:00 |
08-fibonacci
|
fix: ✏️ typos and compiler warnings
|
2024-06-17 18:19:36 +03:00 |
09-prime_numbers
|
fix: ✏️ typos and compiler warnings
|
2024-06-17 18:19:36 +03:00 |
10-move_clone_copy
|
fix: ✏️ typos and compiler warnings
|
2024-06-17 18:19:36 +03:00 |
11-ownership
|
fix: ✏️ typos and compiler warnings
|
2024-06-17 18:19:36 +03:00 |
12-references_borrowing
|
fix: ✏️ typos and compiler warnings
|
2024-06-17 18:19:36 +03:00 |
13-slice
|
fix: ✏️ typos and compiler warnings
|
2024-06-17 18:19:36 +03:00 |
14-structure
|
fix: ✏️ typos and compiler warnings
|
2024-06-17 18:19:36 +03:00 |
15-method
|
fix: ✏️ typos and compiler warnings
|
2024-06-17 18:19:36 +03:00 |
16-enumaration
|
refactor: ♻️ much proper implementation
|
2024-06-17 23:51:57 +03:00 |
17-matching
|
fix: ✏️ typos and compiler warnings
|
2024-06-17 18:19:36 +03:00 |
18-if_let
|
fix: ✏️ typos and compiler warnings
|
2024-06-17 18:19:36 +03:00 |
19-organizing_files
|
fix: ✏️ typos and compiler warnings
|
2024-06-17 18:19:36 +03:00 |
20-multithread_prime_numbers
|
fix: 🚑 I couldn't make tokio threads join
|
2024-06-01 16:56:44 +03:00 |
21-vectors
|
feat: ✨ vectors
|
2024-07-19 22:51:20 +03:00 |
22-strings
|
feat: ✨ strings
|
2024-07-20 22:38:29 +03:00 |
23-hash_maps
|
feat: ✨ hash_maps
|
2024-08-27 19:13:49 +03:00 |
24-error_handling
|
feat: ✨ error_handling
|
2024-09-05 21:08:25 +03:00 |
25-validation_types
|
feat: ✨ enforce rules by defining restrictive custom types
|
2024-09-06 03:02:53 +03:00 |
26-generics
|
feat: ✨ traits
|
2024-12-22 05:08:26 +03:00 |
27-traits
|
feat: ✨ traits
|
2024-12-22 05:08:26 +03:00 |
.gitignore
|
feat: ✨ hash_maps
|
2024-08-27 19:13:49 +03:00 |
LICENSE
|
Initial commit
|
2023-04-09 18:34:50 +03:00 |
README.md
|
Update README.md
|
2023-04-10 03:25:48 +03:00 |