From cbf30ffd20ee519cf325a5598e6f95f7fa14c681 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Thu, 6 Nov 2025 19:47:58 +0900 Subject: [PATCH] Add CITATION.cff --- CITATION.cff | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..57d09cc --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,9 @@ +cff-version: 1.2.0 +message: If you use this book, please cite it using these metadata. +title: The Rustonomicon +abstract: The Dark Arts of Advanced and Unsafe Rust Programming +authors: + - name: "The Rust Project Developers" +date-released: "2017-03-03" +license: "MIT OR Apache-2.0" +repository-code: "https://github.com/rust-lang/nomicon"