mirror of https://github.com/sunface/rust-course
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
646 B
21 lines
646 B
# 最佳实践
|
|
|
|
https://www.reddit.com/r/rust/comments/rgjsbt/whats_your_top_rust_tip_crate_tool_other_for/
|
|
|
|
https://www.reddit.com/r/rust/comments/rnmmqz/question_how_to_keep_code_dry_when_many_similar/
|
|
|
|
https://www.reddit.com/r/rust/comments/rrgho1/what_is_the_recommended_way_to_use_a_library/
|
|
|
|
## 最佳开发流程workflow
|
|
cargo watch
|
|
https://www.reddit.com/r/rust/comments/rxrkbo/what_is_your_workflow_when_working_with_rust/
|
|
|
|
## 测试文件组织结构
|
|
https://www.reddit.com/r/rust/comments/rsuhnn/need_a_piece_of_advice_about_organising_tests/
|
|
|
|
## git备份
|
|
https://github.com/tkellogg/dura
|
|
|
|
## code cover
|
|
https://docs.codecov.com/docs
|