sunface / rust-by-practice

Learning Rust By Practice, narrowing the gap between beginner and skilled-dev through challenging examples, exercises and projects.
https://practice.course.rs
Creative Commons Attribution 4.0 International
12.24k stars 985 forks source link

When running locally is there any plan to save progress? #160

Open jlunaq opened 2 years ago

jlunaq commented 2 years ago

For example in rustlings we can keep track of the completion of every exercise

sunface commented 2 years ago

Thank you for your great suggestion, you are right, this feature is really good and helpful. But just for now, Rust By Practice is more like a exercise Book, you have to record the progress yourself :-P

In future, we will support it, but probably in a way that is different from what rustlings is doing now.

timmyjose commented 1 year ago

For example in rustlings we can keep track of the completion of every exercise

For now, one hack that works is - launch the site locally using mdbook, go to en/src/<topic name>.md, edit it in-place, and refresh the page in the browser (should auto-refresh), and check the code using the run button. Once it passes, commit the changes to the md file.