Skip to content

Commit 6ccceb8

Browse files
JohnTitortshepang
authored andcommitted
Add a citation file
Signed-off-by: Yuki Okushi <[email protected]>
1 parent 2b94321 commit 6ccceb8

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CITATION.cff

+9
Original file line numberDiff line numberDiff line change
@@ -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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[book]
2-
title = "Guide to Rustc Development"
3-
author = "Rustc developers"
4-
description = "A guide to developing rustc"
2+
title = "Rust Compiler Development Guide"
3+
author = "The Rust Project Developers"
4+
description = "A guide to developing the Rust compiler (rustc)"
55

66
[build]
77
create-missing = false

0 commit comments

Comments
 (0)