mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-01 23:31:32 +00:00
better references of the doc
This commit is contained in:
parent
2a34cbd7a1
commit
05e5b4218f
12
debian/rust-doc.doc-base.book
vendored
Normal file
12
debian/rust-doc.doc-base.book
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
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/book.html
|
11
debian/rust-doc.doc-base.intro
vendored
Normal file
11
debian/rust-doc.doc-base.intro
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
Document: rust-intro
|
||||
Title: The Rust Guide
|
||||
Section: Programming/Rust
|
||||
Abstract: This introduction will give you a rough idea of what Rust is
|
||||
like, eliding many details.
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/rust/intro.html
|
||||
|
||||
Format: EPUB
|
||||
Files: /usr/share/doc/rust/intro.epub
|
14
debian/rust-doc.doc-base.reference
vendored
Normal file
14
debian/rust-doc.doc-base.reference
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
Document: rust-reference
|
||||
Title: The Rust Reference
|
||||
Section: Programming/Rust
|
||||
Abstract: This document is the primary reference for the Rust
|
||||
programming language.
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/rust/reference.html
|
||||
|
||||
Format: PDF
|
||||
Files: /usr/share/doc/rust/reference.pdf
|
||||
|
||||
Format: EPUB
|
||||
Files: /usr/share/doc/rust/reference.epub
|
1
debian/rust-doc.docs
vendored
Normal file
1
debian/rust-doc.docs
vendored
Normal file
@ -0,0 +1 @@
|
||||
doc/*
|
Loading…
Reference in New Issue
Block a user