index
:
rustlings.git
main
Rustlings course
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
app_state.rs
Age
Commit message (
Expand
)
Author
2024-05-13
Document exercise
mo8it
2024-05-13
Don't skip exercises on file changes
mo8it
2024-05-13
Improve input handling
mo8it
2024-05-12
Optimize embedded dirs
mo8it
2024-04-30
test next_pending_exercise_ind
mo8it
2024-04-30
Fix clearing the terminal
mo8it
2024-04-30
Implement From<ExerciseInfo> for Exercise
mo8it
2024-04-29
Document main and app_state
mo8it
2024-04-27
Fix initialization
mo8it
2024-04-27
Respect the target-dir config and show tests' output
mo8it
2024-04-25
Replace `mode` by `test` and `strict_clippy`
mo8it
2024-04-25
Use write macros instead of write_fmt
mo8it
2024-04-25
Use os_pipe
mo8it
2024-04-24
Dump solution and show its path
mo8it
2024-04-24
Don't write solutions in debug mode
mo8it
2024-04-24
Write the solution file on done
mo8it
2024-04-23
Refactor embedded files to add solutions
mo8it
2024-04-21
Add a disclaimer to the state file
mo8it
2024-04-18
Improve resetting
mo8it
2024-04-18
Move constant
mo8it
2024-04-14
Print the trimmed final message
mo8it
2024-04-14
Trim the final message
mo8it
2024-04-14
Show the welcome message
mo8it
2024-04-14
Use push instead of extend_from_slice on chars
mo8it
2024-04-14
Simplify the state file
mo8it
2024-04-14
Add terminal links
mo8it
2024-04-14
Tolerate changes in the state file
mo8it
2024-04-12
Show the final message
mo8it
2024-04-12
Print FAILED
mo8it
2024-04-12
It doesn't take minutes :P
mo8it
2024-04-12
Handle the case when all exercises are done
mo8it
2024-04-11
Remove "I AM NOT DONE" and the verify mode and add AppState
mo8it