Commit Graph
17 Commits
Author SHA1 Message Date
seporterfieldandGitHub a5429d59f9 updated file paths for iterators, smart_pointers 2023-01-01 02:46:40 +01:00
seporterfieldandGitHub 9860976af9 added existing chapter for clippy to mapping
It's real! https://doc.rust-lang.org/book/appendix-04-useful-development-tools.html
2023-01-01 02:34:58 +01:00
seporterfieldandGitHub b2b6e6900f reformatted exercise->chapter mapping
Added and removed rows according to changes to exercise order and grouping.
2023-01-01 02:29:45 +01:00
seporterfieldandGitHub 66eaaf7b6e fixed formatting 2023-01-01 02:17:53 +01:00
seporterfieldandGitHub 3fad2a9c83 gave smart_pointers its own README.md 2023-01-01 02:17:23 +01:00
seporterfieldandGitHub 8405a61b07 moved iterator exercises 2023-01-01 02:02:49 +01:00
seporterfieldandGitHub e3e298cfa2 moved iterator exercises 2023-01-01 02:02:15 +01:00
seporterfieldandGitHub 0f02a9b9af moved iterator exercises 2023-01-01 02:00:36 +01:00
seporterfieldandGitHub 5b0d587c22 moved iterator exercises 2023-01-01 01:59:35 +01:00
seporterfieldandGitHub e9dc52c2d3 moved iterator exercises 2023-01-01 01:58:57 +01:00
seporterfieldandGitHub a0c5a892d3 refactoring standard_library_types as iterators 2023-01-01 01:58:04 +01:00
seporterfieldandGitHub a8fd315e09 moved rc to smart_pointers 2023-01-01 01:52:47 +01:00
seporterfieldandGitHub e8c4aab643 moved cow to smart_pointers 2023-01-01 01:52:05 +01:00
seporterfieldandGitHub c3bab88fda moved box to smart_pointers 2023-01-01 01:51:27 +01:00
seporterfieldandGitHub cf1ae884a1 Merge pull request #1 from seporterfield/patch-1
move arc to smart_pointers
2023-01-01 01:50:14 +01:00
seporterfieldandGitHub 05592acf40 move arc to smart_pointers 2023-01-01 01:44:47 +01:00
seporterfieldandGitHub cb79be921d reordered smart pointer exercises
Switched rc and arc so rc comes first, since arc is, like the name implies, atomic rc. This gives the exercises a more logical progression.
Moved all smart pointer exercises (box, rc, arc, cow) under threads into their own section. Threads are used in the smart pointer exercises, so they should be introduced first.
2023-01-01 01:32:38 +01:00