rustlings/src
marisa 627cdc07d0 feat: Index exercises by name
BREAKING CHANGE: This changes the way you use `rustlings run` by now
requiring an abridged form of the previous filename, e.g:

`rustlings run exercises/if/if1.rs` becomes
`rustlings run if1`
2019-11-11 15:46:32 +01:00
..
exercise.rs feat: Index exercises by name 2019-11-11 15:46:32 +01:00
main.rs feat: Index exercises by name 2019-11-11 15:46:32 +01:00
run.rs Cargo fmt the rustlings application code 2019-05-22 14:50:23 +03:00
verify.rs feat: Added exercise for struct update syntax 2019-10-21 14:50:59 +02:00