rust-by-practice
rust-by-practice copied to clipboard
Learning Rust By Practice, narrowing the gap between beginner and skilled-dev through challenging examples, exercises and projects.
For example in rustlings we can keep track of the completion of every exercise
Due to our exercises are written in both Chinese and English, so besides updating the chinese exercise, you should also modify the english one :)
After running exercises locally or on [practice.course.rs](https://practice.course.rs/), the progress isn't saved after completing exercises successfully. Perhaps there's a missing option or something overlooked? Thanks.
代码块样式问题
代码块内容超出,样式bug
# fix code block content exceeds
Running [utf8_slice example in Section 6.1](https://practice.rs/compound-types/string.html#utf8_slice) produces an error: ``` Compiling playground v0.0.1 (/playground) error[E0432]: unresolved import `utf8_slice` --> src/main.rs:1:5 | 1 | use utf8_slice; | ^^^^^^^^^^ no external crate...