100-exercises-to-learn-rust/exercises/03_ticket_v1
LOGI 5660a2f7a8
Some checks failed
CI / build (push) Has been cancelled
CI / formatter (push) Has been cancelled
fix(typo): a module name in comments (#102)
The output of the compiler does not include the module name of the `Ticket` struct and the root module of this exercise is `visibility` rather than `encapsulation` which is the root module of the next exercise.
2024-06-27 11:35:11 +02:00
..
00_intro 100 exercises to learn Rust 2024-05-12 22:47:45 +02:00
01_struct Formatter (#51) 2024-05-24 17:00:03 +02:00
02_validation Formatter (#51) 2024-05-24 17:00:03 +02:00
03_modules Formatter (#51) 2024-05-24 17:00:03 +02:00
04_visibility fix(typo): a module name in comments (#102) 2024-06-27 11:35:11 +02:00
05_encapsulation Use "bytes" instead of "characters" consistently when talking about length of a String. 2024-05-22 12:06:40 +02:00
06_ownership Formatter (#51) 2024-05-24 17:00:03 +02:00
07_setters Remove ambiguity in 03/07 exercise mandate. 2024-05-23 14:39:43 +02:00
08_stack Formatter (#51) 2024-05-24 17:00:03 +02:00
09_heap Formatter (#51) 2024-05-24 17:00:03 +02:00
10_references_in_memory Formatter (#51) 2024-05-24 17:00:03 +02:00
11_destructor Formatter (#51) 2024-05-24 17:00:03 +02:00
12_outro Formatter (#51) 2024-05-24 17:00:03 +02:00