ok/jj
1
0
Fork 0
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:
Ilya Grigoriev 2023-01-21 13:01:41 -08:00
parent 10725c095f
commit 8c5a14d28a

View file

@ -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