We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b94321 commit 6ccceb8Copy full SHA for 6ccceb8
CITATION.cff
@@ -0,0 +1,9 @@
1
+cff-version: 1.2.0
2
+message: If you use this guide, please cite it using these metadata.
3
+title: Rust Compiler Development Guide (rustc-dev-guide)
4
+abstract: A guide to developing the Rust compiler (rustc)
5
+authors:
6
+ - name: "The Rust Project Developers"
7
+date-released: "2018-01-16"
8
+license: "MIT OR Apache-2.0"
9
+repository-code: "https://github.com/rust-lang/rustc-dev-guide"
book.toml
@@ -1,7 +1,7 @@
[book]
-title = "Guide to Rustc Development"
-author = "Rustc developers"
-description = "A guide to developing rustc"
+title = "Rust Compiler Development Guide"
+author = "The Rust Project Developers"
+description = "A guide to developing the Rust compiler (rustc)"
[build]
create-missing = false
0 commit comments