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

Learning Rust By Practice, narrowing the gap between beginner and skilled-dev through challenging examples, exercises and projects.

Results 83 rust-by-practice issues
Sort by recently updated
recently updated
newest added

add editable to problem 4&6 in zh-CN/src/lifetime/advance.md

Changed 使用 `matches` 填空 to 使用 `matches!` 填空 Fix a typo which make me confused when I do that.