rust_exercises.git
5 months agoAdd StreamExt::merge
LukeMathWalker [Thu, 16 May 2024 11:17:59 +0000 (13:17 +0200)]
Add StreamExt::merge

5 months agoFix typo in code snippet.
LukeMathWalker [Thu, 16 May 2024 10:43:11 +0000 (12:43 +0200)]
Fix typo in code snippet.

5 months agoExplain how to cancel a spawned future.
LukeMathWalker [Thu, 16 May 2024 10:43:05 +0000 (12:43 +0200)]
Explain how to cancel a spawned future.

5 months agoExplain how tokio::spawn behaves with respect to panics.
LukeMathWalker [Thu, 16 May 2024 08:59:59 +0000 (10:59 +0200)]
Explain how tokio::spawn behaves with respect to panics.

5 months agoTypo.
LukeMathWalker [Thu, 16 May 2024 08:42:45 +0000 (10:42 +0200)]
Typo.

5 months agoFix: configure and read from socket correctly in 08/05
LukeMathWalker [Thu, 16 May 2024 08:14:46 +0000 (10:14 +0200)]
Fix: configure and read from socket correctly in 08/05

5 months agoUpdate guidance in 08/04.
LukeMathWalker [Thu, 16 May 2024 08:04:49 +0000 (10:04 +0200)]
Update guidance in 08/04.

5 months agoTypo.
LukeMathWalker [Thu, 16 May 2024 07:20:07 +0000 (09:20 +0200)]
Typo.

5 months agoFix crate name.
LukeMathWalker [Thu, 16 May 2024 07:12:47 +0000 (09:12 +0200)]
Fix crate name.

5 months agoLast chapter on async Rust
LukeMathWalker [Wed, 15 May 2024 18:00:48 +0000 (20:00 +0200)]
Last chapter on async Rust

5 months agoExplain.
LukeMathWalker [Tue, 14 May 2024 13:54:26 +0000 (15:54 +0200)]
Explain.

5 months agoUse &str rather than &String
LukeMathWalker [Tue, 14 May 2024 12:56:22 +0000 (14:56 +0200)]
Use &str rather than &String

5 months agoUse &str rather than &String.
LukeMathWalker [Tue, 14 May 2024 12:53:55 +0000 (14:53 +0200)]
Use &str rather than &String.

5 months agoReword.
LukeMathWalker [Tue, 14 May 2024 12:46:09 +0000 (14:46 +0200)]
Reword.

5 months agoAdapt GitHub landing page.
LukeMathWalker [Tue, 14 May 2024 12:22:34 +0000 (14:22 +0200)]
Adapt GitHub landing page.

5 months agoImprove landing page.
LukeMathWalker [Tue, 14 May 2024 12:18:14 +0000 (14:18 +0200)]
Improve landing page.

5 months agoTypo.
LukeMathWalker [Tue, 14 May 2024 09:18:04 +0000 (11:18 +0200)]
Typo.

5 months agoElaborate further on `Add`.
LukeMathWalker [Tue, 14 May 2024 09:00:59 +0000 (11:00 +0200)]
Elaborate further on `Add`.

5 months agoLink to Rustonomicon for struct's data layout.
LukeMathWalker [Tue, 14 May 2024 08:56:14 +0000 (10:56 +0200)]
Link to Rustonomicon for struct's data layout.

5 months agoLink directly to `String` type.
LukeMathWalker [Tue, 14 May 2024 08:53:34 +0000 (10:53 +0200)]
Link directly to `String` type.

5 months agoUse more precise language in task assignment.
LukeMathWalker [Tue, 14 May 2024 08:52:46 +0000 (10:52 +0200)]
Use more precise language in task assignment.

5 months agoMention that `Copy` can be derived.
LukeMathWalker [Tue, 14 May 2024 08:51:45 +0000 (10:51 +0200)]
Mention that `Copy` can be derived.

5 months agoFix instructions.
LukeMathWalker [Tue, 14 May 2024 08:05:25 +0000 (10:05 +0200)]
Fix instructions.

5 months agoCheck the implementation of Display in the tests.
LukeMathWalker [Tue, 14 May 2024 08:03:45 +0000 (10:03 +0200)]
Check the implementation of Display in the tests.

5 months agoFix instructions.
LukeMathWalker [Tue, 14 May 2024 08:02:29 +0000 (10:02 +0200)]
Fix instructions.

5 months agoComplete section on read-only data segment.
LukeMathWalker [Mon, 13 May 2024 19:10:54 +0000 (21:10 +0200)]
Complete section on read-only data segment.

5 months agoFix tests
LukeMathWalker [Mon, 13 May 2024 19:00:43 +0000 (21:00 +0200)]
Fix tests

5 months agoFix: error type
LukeMathWalker [Mon, 13 May 2024 18:52:40 +0000 (20:52 +0200)]
Fix: error type

5 months agoFix: `recv` returns an `Option<Ticket>`
LukeMathWalker [Mon, 13 May 2024 18:30:01 +0000 (20:30 +0200)]
Fix: `recv` returns an `Option<Ticket>`

5 months agoFix: use curly braces rather than parentheses
LukeMathWalker [Mon, 13 May 2024 13:30:50 +0000 (15:30 +0200)]
Fix: use curly braces rather than parentheses

5 months agoFix: remove unnecessary dereference.
LukeMathWalker [Mon, 13 May 2024 12:25:23 +0000 (14:25 +0200)]
Fix: remove unnecessary dereference.

5 months agoFix typo.
LukeMathWalker [Mon, 13 May 2024 12:03:49 +0000 (14:03 +0200)]
Fix typo.

5 months agoFix test.
LukeMathWalker [Mon, 13 May 2024 11:58:35 +0000 (13:58 +0200)]
Fix test.

5 months agoRemove IntoIterator impl for &TicketStore
LukeMathWalker [Mon, 13 May 2024 11:49:10 +0000 (13:49 +0200)]
Remove IntoIterator impl for &TicketStore

5 months agoFix typo in comment.
LukeMathWalker [Mon, 13 May 2024 10:51:20 +0000 (12:51 +0200)]
Fix typo in comment.

5 months ago100 exercises to learn Rust
LukeMathWalker [Sun, 12 May 2024 20:21:03 +0000 (22:21 +0200)]
100 exercises to learn Rust