rust-by-practice icon indicating copy to clipboard operation
rust-by-practice copied to clipboard

When running locally is there any plan to save progress?

Open jlunaq opened this issue 3 years ago • 2 comments

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

jlunaq avatar Mar 18 '22 18:03 jlunaq

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.

sunface avatar Mar 19 '22 01:03 sunface

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.

timmyjose avatar Dec 19 '22 12:12 timmyjose