This website requires JavaScript.
47ed183cfe
cargo fmt
master
Kishan Takoordyal
2026-05-26 14:42:05 +04:00
76cb232b1e
Complete exercise: threads_channels
Kishan Takoordyal
2026-05-26 14:38:45 +04:00
621fb6bb59
Complete exercise: logging
Kishan Takoordyal
2026-05-26 00:08:56 +04:00
d745026c1a
Complete exercise: testing
Kishan Takoordyal
2026-05-25 16:27:58 +04:00
b25fe11bc7
Complete exercise: errors
Kishan Takoordyal
2026-05-25 15:32:14 +04:00
89fd568b75
Complete exercise: traits
Kishan Takoordyal
2026-05-25 15:07:20 +04:00
595ac0e75b
Complete exercise: closures_iterators
Kishan Takoordyal
2026-05-21 00:11:21 +04:00
c17cfe0169
Complete exercise: docs
Kishan Takoordyal
2026-05-17 23:06:59 +04:00
7194a5d29e
Complete exercise: idomatic
Kishan Takoordyal
2026-05-17 22:45:35 +04:00
5e852ca5d5
fix typo
Nathan Stocks
2025-10-30 16:29:28 -06:00
0b362a2a7b
freshen up
Nathan Stocks
2025-10-30 16:16:10 -06:00
1b1ced37a4
just in case someone tries to use rusty_engine from within this repo
Nathan Stocks
2023-02-10 20:24:11 -07:00
de71e01a95
even more
Magnus Markling
2022-09-19 21:13:19 +02:00
c100b83038
Remove more extra spaces
Magnus Markling
2022-09-19 21:10:40 +02:00
5c0dfcda33
Remove extra space from excercise
Magnus Markling
2022-09-19 21:07:03 +02:00
ea93715738
Updated the comment to match the code
Jamil Lambert, PhD
2022-09-13 11:32:45 +01:00
036e7b7b50
// Silence some warnings so they don't distract from the exercise. clippy::vec_init_then_push is distracting here
Korny666
2022-03-09 11:53:54 +01:00
a47afbbb6e
fix logic for logging step 5, output should now trigger two errors in a row
Nathan Stocks
2022-02-20 14:20:49 -07:00
2129073c03
fix which function was mentioned in testing exercise challenge
Nathan Stocks
2021-12-19 14:00:25 -07:00
7e6ce960ab
Merge pull request #4 from CleanCut/better-explanation
Nathan Stocks
2021-12-01 09:51:43 -07:00
d2ec831ecd
explain the errors challenge more thoroughly to avoid student confusion
Nathan Stocks
2021-12-01 09:51:23 -07:00
e510571253
fix numbering sequence
Nathan Stocks
2021-11-23 11:49:41 -07:00
528cf7d6cb
add a virtual workspace so subprojects are detected if the main repository is opened in an IDE
Nathan Stocks
2021-11-19 17:46:32 -07:00
a1ff2481f8
add a dev container definition for GitHub Codespaces / VS Code
Nathan Stocks
2021-11-19 17:45:50 -07:00
96e33a03e3
Small update
Nathan Stocks
2021-11-19 17:45:11 -07:00
e1b22630a6
Improve instructions, fix a function call that had been renamed in one place but not others
Nathan Stocks
2021-11-12 11:32:27 -07:00
7590bcc927
remove example solution code that made it into the main branch
Nathan Stocks
2021-11-08 14:56:57 -07:00
4c2975c19b
Add the other implementations of the snuggle function in comments
Nathan Stocks
2021-10-04 21:31:54 -06:00
5113e8c8eb
update everything to 2021 edition
Nathan Stocks
2021-09-30 22:17:57 -06:00
f9c021c766
update puzzle_game example to 2021 edition
Nathan Stocks
2021-09-30 22:14:31 -06:00
5990ed90f8
fix some issues with the puzzles example
Nathan Stocks
2021-09-30 22:13:41 -06:00
0b309c2110
threads_channels exercise: improve the instructions, clean up code
Nathan Stocks
2021-08-18 23:32:14 -06:00
faac38254b
logging exercise: improved instructions, updated version of env_logger
Nathan Stocks
2021-08-18 22:09:59 -06:00
baaa6b69fb
testing exercise: improve the instructions
Nathan Stocks
2021-08-18 21:40:58 -06:00
db5fbc33be
errors exercise: improve instructions, add a challenge
Nathan Stocks
2021-08-18 21:01:50 -06:00
adc212fbbb
traits exercise: improve instructions, add a second challenge
Nathan Stocks
2021-08-17 09:33:58 -06:00
52364058f2
Improve closures_iterators exercise instructions, change the challenge
Nathan Stocks
2021-08-17 08:47:32 -06:00
20b45cc93d
Improve the docs exercise by clarifying instructions, silence the warning
Nathan Stocks
2021-08-16 22:12:52 -06:00
53909a5433
Add note about auto-running cargo fmt upon save
Nathan Stocks
2021-08-16 21:48:08 -06:00
5092e95031
Add link to Jane Lusby's RustConf session
Nathan Stocks
2021-06-16 23:40:13 -06:00
aad8a3ff92
Tweak instructions
Nathan Stocks
2021-06-16 21:50:00 -06:00
5d73b6b3a3
Give up on the workspace idea
Nathan Stocks
2021-06-16 21:47:56 -06:00
62cca13e9b
Add logging exercise
Nathan Stocks
2021-06-16 14:00:46 -06:00
3f40b561e9
Add threads and channels exercise
Nathan Stocks
2021-06-15 23:11:29 -06:00
61612a2050
Add testing exercise
Nathan Stocks
2021-06-15 22:51:21 -06:00
eb78fe0eab
Switch from Orca to Dolphin. Finish up removing code to be implemented.
Nathan Stocks
2021-06-15 22:18:18 -06:00
6159d01739
Add errors exercise
Nathan Stocks
2021-06-15 21:44:45 -06:00
8f478f9ea5
Add traits exercise
Nathan Stocks
2021-06-15 20:30:53 -06:00
a539351bed
Fix a comment
Nathan Stocks
2021-06-15 19:17:32 -06:00
1dc204a12e
Add closures_iterators exercise
Nathan Stocks
2021-06-14 23:53:27 -06:00
701b421083
Remove the publish exercise
Nathan Stocks
2021-06-14 22:13:54 -06:00
b2195031f8
Fix up the challenge
Nathan Stocks
2021-06-14 22:04:26 -06:00
c1d451049d
docs exercise
Nathan Stocks
2021-06-13 00:08:55 -06:00
c63dbe2f57
Be consistent with Cargo.toml
Nathan Stocks
2021-06-12 23:37:57 -06:00
9848a889ea
Use singular for directory names
Nathan Stocks
2021-06-12 23:36:49 -06:00
b492b359b3
Add 'idiomatic' exercise
Nathan Stocks
2021-06-12 23:34:53 -06:00
78396db8e0
Remove unnecessary binary
Nathan Stocks
2021-06-12 23:13:23 -06:00
69c360f15d
Let it wrap!
Nathan Stocks
2021-06-12 23:03:56 -06:00
79bd93b4e9
License and readme
Nathan Stocks
2021-06-12 23:00:12 -06:00
26d8ef8451
Add example files
Nathan Stocks
2021-06-12 22:36:24 -06:00