Commit graph

57 commits

Author SHA1 Message Date
556809a73d Add capability to process arguments 2025-03-04 08:44:44 +01:00
487f5e7438 Create a grep project 2025-03-04 08:42:49 +01:00
e3e2284d68 Add an example of internal unit testing 2025-03-03 23:47:18 +01:00
8805234257 Add an integration test 2025-03-03 22:55:17 +01:00
60e8604567 Match panic test against message 2025-03-02 23:54:50 +01:00
d12a578977 Introduce a panic test bug 2025-03-02 23:53:39 +01:00
40d69d9539 Add a panic assertion test 2025-03-02 23:50:58 +01:00
90d4dcb5f6 Demonstrate a failing assert_eq test 2025-03-02 23:43:11 +01:00
fcfa20a7e1 Add an example use of the assert_eq macro 2025-03-02 23:43:10 +01:00
61f83d6de1 Add a bug 2025-03-02 23:42:55 +01:00
3787fe47fd Add negative test for rectangles project 2025-03-02 23:42:54 +01:00
6dab472b9d Add tests for the rectangles project 2025-03-02 23:38:26 +01:00
c322d42ffe Add a failing test 2025-03-02 22:59:36 +01:00
94c1a84499 Rename the example test 2025-03-02 22:57:58 +01:00
42d08b4a0f Add a project for demonstrating tests 2025-03-02 22:49:23 +01:00
32fee9330f Add a backtrace demo 2025-02-01 13:30:08 +01:00
ae7aab81aa Add a demonstration of a panic 2025-02-01 13:25:53 +01:00
ed3b93131f Solve collection tasks 2025-02-01 12:46:07 +01:00
0bae9c88d5 Split up restaurant package 2025-01-19 18:18:50 +01:00
150e2faf44 Add an example for struct visibility 2025-01-17 08:43:44 +01:00
95c1144ca2 Add a demonstration for the super keyword 2025-01-16 16:30:03 +01:00
ecaa581044 Make add_to_waitlist function accessible 2025-01-16 16:08:39 +01:00
5dc356d98e Add demonstration of rust's default visibility 2025-01-16 16:08:15 +01:00
480c36382e Create a package for studying module structuring 2025-01-08 11:17:47 +01:00
4f0fdba18e Add a package for demonstrating modules 2025-01-08 11:13:17 +01:00
9f25a0ae35 Add a functions for creating squares 2024-11-28 00:12:32 +01:00
0297302762 Add a can_hold method 2024-11-28 00:03:49 +01:00
a8248ed120 Implement area using a method 2024-11-27 23:39:46 +01:00
d9963ced18 Demonstrate the use of the dbg macro 2024-11-26 00:11:17 +01:00
f9841faa16 Print formatted Rectangle representation 2024-11-26 00:03:28 +01:00
2b3f04ce4c Add code for printing the details of the rectangle 2024-11-25 23:59:14 +01:00
72cd4da20e Re-implement rectangles using structs 2024-11-12 08:51:40 +01:00
1fbb0d803b Refactor rectangles to use tuples 2024-11-12 08:47:06 +01:00
41fde7bef9 Createa a project for calculating rectangles 2024-11-12 08:46:32 +01:00
bca900b692 Add a project for calculating Fibonacci 2024-10-16 18:55:57 +02:00
c6e001b549 Add a program for converting temperature 2024-10-16 18:36:57 +02:00
852f5a9b76 Implement the countdown using a Range 2024-10-16 17:46:40 +02:00
808b8f58b0 Update the code to use a for loop 2024-10-16 17:27:46 +02:00
5f77f62dd9 Create an array iterator 2024-10-16 17:27:33 +02:00
31e890f49b Create a while loop 2024-10-16 17:18:41 +02:00
99fb3a3f72 Create a nested loop 2024-10-16 17:18:24 +02:00
0c0b69835d Create a loop with a break statement 2024-10-16 17:16:14 +02:00
fb1df42282 Add code for demonstrating loops 2024-10-16 17:15:51 +02:00
8b8e5ac817 Add a project for demonstrating branches 2024-10-16 16:27:00 +02:00
683e905215 Add multiple parameters 2024-10-14 18:26:04 +02:00
4bc2d864e1 Add a parameter to another_function 2024-10-14 18:23:48 +02:00
ad1c063af0 Create a project for demonstrating functions 2024-10-14 18:21:54 +02:00
f98580a681 Create a project for testing variables 2024-10-12 14:03:54 +02:00
21a351914f Handle parsing errors 2024-10-12 00:29:01 +02:00
f7cbc03210 Exit game after correct guess 2024-10-12 00:22:11 +02:00