Skip to content

Commit 94bf6d6

Browse files
authored
Merge pull request #80 from Jekahome/evgenii/rustc-dev
Add rustc-compiler-dev-guide
2 parents fe2eb51 + f98b7ee commit 94bf6d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,10 @@ Code Like a Pro in Rust will make you a more productive Rust programmer. This ex
421421

422422
You will learn the basics of REST APIs, followed by the ecosystem and usual system architecture around a typical REST API. We will explain how to make your API secure, scalable and observable, so you can move it to production confidently. We will also show you how to implement automated testing, continuous integration and delivery. We will provide examples for cloud deployment scenarios too. The code samples are based on the Tokio-Hyper-Tower-Axum stack.
423423

424+
### [Rust Compiler Development Guide](https://rustc-dev-guide.rust-lang.org/getting-started.html) *Free*
425+
426+
The Rustc Book (full title Rustc Dev Guide) provides a guide for developers who want to make changes to the Rust compiler, rustc. This resource is for those who want to understand how the Rust compiler works and learn how to make changes to it.
427+
424428
**Resources**
425429
====
426430

0 commit comments

Comments
 (0)