100-exercises-to-learn-rust/exercises/04_traits
Fangyi Zhou 5bb9333ae9
Add i32/u32 suffix for numeric literals in 04_traits/01_trait (#20)
Without an explicit suffix, the compiler is able to use the i32
implementation without the need for an u32 implementation.
2024-05-22 11:04:04 +02:00
..
00_intro 100 exercises to learn Rust 2024-05-12 22:47:45 +02:00
01_trait Add i32/u32 suffix for numeric literals in 04_traits/01_trait (#20) 2024-05-22 11:04:04 +02:00
02_orphan_rule 100 exercises to learn Rust 2024-05-12 22:47:45 +02:00
03_operator_overloading 100 exercises to learn Rust 2024-05-12 22:47:45 +02:00
04_derive 100 exercises to learn Rust 2024-05-12 22:47:45 +02:00
05_str_slice 100 exercises to learn Rust 2024-05-12 22:47:45 +02:00
06_deref 100 exercises to learn Rust 2024-05-12 22:47:45 +02:00
07_sized 100 exercises to learn Rust 2024-05-12 22:47:45 +02:00
08_from misunderstand the implements verb (#18) 2024-05-18 17:56:39 +02:00
09_assoc_vs_generic Explain. 2024-05-14 15:54:26 +02:00
10_clone 100 exercises to learn Rust 2024-05-12 22:47:45 +02:00
11_copy 100 exercises to learn Rust 2024-05-12 22:47:45 +02:00
12_drop 100 exercises to learn Rust 2024-05-12 22:47:45 +02:00
13_outro 100 exercises to learn Rust 2024-05-12 22:47:45 +02:00