100-exercises-to-learn-rust/exercises/05_ticket_v2
iacri a392371ef0
Some checks failed
CI / build (push) Has been cancelled
CI / is_fresh (push) Has been cancelled
CI / formatter (push) Has been cancelled
05_ticket_v2 outro: correct comment on title (#179)
Characters was meant to be bytes, this was missed in a former refactoring
2024-10-19 09:36:26 +02:00
..
00_intro 100 exercises to learn Rust 2024-05-12 22:47:45 +02:00
01_enum Use "bytes" instead of "characters" consistently when talking about length of a String. 2024-05-22 12:06:40 +02:00
02_match Formatter (#51) 2024-05-24 17:00:03 +02:00
03_variants_with_data Use "bytes" instead of "characters" consistently when talking about length of a String. 2024-05-22 12:06:40 +02:00
04_if_let Formatter (#51) 2024-05-24 17:00:03 +02:00
05_nullability Use "bytes" instead of "characters" consistently when talking about length of a String. 2024-05-22 12:06:40 +02:00
06_fallibility Use "bytes" instead of "characters" consistently when talking about length of a String. 2024-05-22 12:06:40 +02:00
07_unwrap Use "bytes" instead of "characters" consistently when talking about length of a String. 2024-05-22 12:06:40 +02:00
08_error_enums Use "bytes" instead of "characters" consistently when talking about length of a String. 2024-05-22 12:06:40 +02:00
09_error_trait Formatter (#51) 2024-05-24 17:00:03 +02:00
10_packages Formatter (#51) 2024-05-24 17:00:03 +02:00
11_dependencies 100 exercises to learn Rust 2024-05-12 22:47:45 +02:00
12_thiserror Use "bytes" instead of "characters" consistently when talking about length of a String. 2024-05-22 12:06:40 +02:00
13_try_from Formatter (#51) 2024-05-24 17:00:03 +02:00
14_source Use "bytes" instead of "characters" consistently when talking about length of a String. 2024-05-22 12:06:40 +02:00
15_outro 05_ticket_v2 outro: correct comment on title (#179) 2024-10-19 09:36:26 +02:00