100-exercises-to-learn-rust/book/src
Wojtek Porczyk fe189a64e4
10_as_casting.md: fix 256 bit representation (#6)
2024-05-17 16:58:50 +02:00
..
01_intro Clarify where the first exercise is. 2024-05-17 09:59:34 +02:00
02_basic_calculator 10_as_casting.md: fix 256 bit representation (#6) 2024-05-17 16:58:50 +02:00
03_ticket_v1 Link directly to `String` type. 2024-05-14 10:53:34 +02:00
04_traits Elaborate further on `Add`. 2024-05-14 11:00:59 +02:00
05_ticket_v2 Use &str rather than &String 2024-05-14 14:56:22 +02:00
06_ticket_management Fix typo in code snippet. 2024-05-16 12:43:11 +02:00
07_threads Reword `MutexGuard` explanation. 2024-05-17 11:19:57 +02:00
08_futures Newlines. 2024-05-16 13:18:19 +02:00
SUMMARY.md Last chapter on async Rust 2024-05-15 20:01:05 +02:00
going_further.md Last chapter on async Rust 2024-05-15 20:01:05 +02:00