forked from mirrors/jj
contributing.md
: Add a link to the "Comprehensive Rust" course
This is something I wish I had when I first contributed to `jj`.
This commit is contained in:
parent
10725c095f
commit
8c5a14d28a
1 changed files with 8 additions and 0 deletions
|
@ -57,6 +57,14 @@ This project follows [Google's Open Source Community
|
|||
Guidelines](https://opensource.google/conduct/).
|
||||
|
||||
|
||||
## Learning Rust
|
||||
|
||||
In addition to the [Rust Book](https://doc.rust-lang.org/book/) and the other
|
||||
excellent resources at https://www.rust-lang.org/learn, we recommend the
|
||||
["Comprehensive Rust" mini-course](https://google.github.io/comprehensive-rust/)
|
||||
for an overview, especially if you are familiar with C++.
|
||||
|
||||
|
||||
## Setting up a development environment
|
||||
|
||||
To develop `jj`, the mandatory steps are simply
|
||||
|
|
Loading…
Reference in a new issue