100-exercises-to-learn-rust/exercises/03_ticket_v1
Luca Boschetto f4cb4b55d0
Update reference from Rustonomicon to Rust Reference
The exercise refers to the "Data layout" section of the Rustonomicon, but now that section claims itself deprecated and redirects to the "Type layout" section of The Rust Reference.
2024-10-16 18:15:59 +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 Update lib.rs, added info that needed panic messages can be found in the tests. (#157) 2024-10-09 09:44:47 +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 Update reference from Rustonomicon to Rust Reference 2024-10-16 18:15:59 +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