diff options
Diffstat (limited to 'debian/rust-doc.doc-base.book')
-rw-r--r-- | debian/rust-doc.doc-base.book | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/rust-doc.doc-base.book b/debian/rust-doc.doc-base.book new file mode 100644 index 000000000..80c3e08a8 --- /dev/null +++ b/debian/rust-doc.doc-base.book @@ -0,0 +1,13 @@ +Document: rust-book +Title: The Rust Programming Language +Section: Programming/Rust +Abstract: + This book will teach you about the Rust Programming Language. Rust is + a modern systems programming language focusing on safety and speed. It + accomplishes these goals by being memory safe without using garbage + collection. + +Format: HTML +Index: /usr/share/doc/rust-doc/html/book/index.html +Files: /usr/share/doc/rust-doc/html/book/*.html + /usr/share/doc/rust-doc/html/book/*/*.html |