Skip to content

Commit 83d057f

Browse files
committed
Add link to Rust docs
1 parent 6eacbd5 commit 83d057f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ If you want to work on the LLVM backend, you'll need to install LLVM (look at th
2525
$ cargo build --features "llvm-backend"
2626
```
2727

28+
## Learning Rust
29+
30+
The [Rust docs](https://www.rust-lang.org/en-US/documentation.html) are a great place to learn Rust from.
31+
2832
## Project structure for contributions
2933

3034
Say you want to add a new language construct to Balloon. The process looks roughly as follows:

0 commit comments

Comments
 (0)