We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4f78f7 commit ed261cdCopy full SHA for ed261cd
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 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,6 +1,6 @@
[book]
-title = "Guide to Rustc Development"
-author = "Rustc developers"
+title = "Rust Compiler Development Guide (rustc-dev-guide)"
+author = "The Rust Project Developers"
description = "A guide to developing rustc"
[build]
0 commit comments