Skip to content

Commit 2c5fc0e

Browse files
committed
Add a rustlings-style runner alongside wr
Bundles a `runner` binary (`cargo run -p runner`) that walks the exercises one by one: watch mode with auto-advance, file-change re-run, raw-mode keys (r/n/h/l/q), editor auto-open, and a 10s kill timeout for hung tests. The book now documents both `wr` and `runner` as ways to verify solutions.
1 parent 57d145e commit 2c5fc0e

7 files changed

Lines changed: 988 additions & 486 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
target/
22
exercises/progress.db
3+
.runner-state

0 commit comments

Comments
 (0)