Open jlunaq opened 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.
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.
For example in rustlings we can keep track of the completion of every exercise