rust_exercises.git
2024-05-18 Loup FedericoFix typo in 10_clone.md illustration (#10)
2024-05-17 Ernie HersheyGrammar typo (#7)
2024-05-17 Wojtek Porczyk10_as_casting.md: fix 256 bit representation (#6)
2024-05-17 Luca PalmieriMerge pull request #3 from phmx/patch-1
2024-05-17 Luca PalmieriMerge pull request #4 from vrnvu/main
2024-05-17 Arnau Diazfixes usage valid_description
2024-05-17 LukeMathWalkerReword `MutexGuard` explanation.
2024-05-17 Maxim PhilippovFix a nano-typo in 04_panics.md
2024-05-17 LukeMathWalkerClarify where the first exercise is.
2024-05-16 LukeMathWalkerAdd GitHub link.
2024-05-16 LukeMathWalkerDon't unwrap when trying to close the writer half in...
2024-05-16 LukeMathWalkerNewlines.
2024-05-16 LukeMathWalkerAdd StreamExt::merge
2024-05-16 LukeMathWalkerFix typo in code snippet.
2024-05-16 LukeMathWalkerExplain how to cancel a spawned future.
2024-05-16 LukeMathWalkerExplain how tokio::spawn behaves with respect to panics.
2024-05-16 LukeMathWalkerTypo.
2024-05-16 LukeMathWalkerFix: configure and read from socket correctly in 08/05
2024-05-16 LukeMathWalkerUpdate guidance in 08/04.
2024-05-16 LukeMathWalkerTypo.
2024-05-16 LukeMathWalkerFix crate name.
2024-05-15 LukeMathWalkerLast chapter on async Rust
2024-05-14 LukeMathWalkerExplain.
2024-05-14 LukeMathWalkerUse &str rather than &String
2024-05-14 LukeMathWalkerUse &str rather than &String.
2024-05-14 LukeMathWalkerReword.
2024-05-14 LukeMathWalkerAdapt GitHub landing page.
2024-05-14 LukeMathWalkerImprove landing page.
2024-05-14 LukeMathWalkerTypo.
2024-05-14 LukeMathWalkerElaborate further on `Add`.
2024-05-14 LukeMathWalkerLink to Rustonomicon for struct's data layout.
2024-05-14 LukeMathWalkerLink directly to `String` type.
2024-05-14 LukeMathWalkerUse more precise language in task assignment.
2024-05-14 LukeMathWalkerMention that `Copy` can be derived.
2024-05-14 LukeMathWalkerFix instructions.
2024-05-14 LukeMathWalkerCheck the implementation of Display in the tests.
2024-05-14 LukeMathWalkerFix instructions.
2024-05-13 LukeMathWalkerComplete section on read-only data segment.
2024-05-13 LukeMathWalkerFix tests
2024-05-13 LukeMathWalkerFix: error type
2024-05-13 LukeMathWalkerFix: `recv` returns an `Option<Ticket>`
2024-05-13 LukeMathWalkerFix: use curly braces rather than parentheses
2024-05-13 LukeMathWalkerFix: remove unnecessary dereference.
2024-05-13 LukeMathWalkerFix typo.
2024-05-13 LukeMathWalkerFix test.
2024-05-13 LukeMathWalkerRemove IntoIterator impl for &TicketStore
2024-05-13 LukeMathWalkerFix typo in comment.
2024-05-12 LukeMathWalker100 exercises to learn Rust