Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added TRPL 2018 and Cargo book #8

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "trpl"]
path = trpl
url = https://github.com/rust-lang/book.git
[submodule "cargo"]
path = cargo
url = https://github.com/istankovic/cargo-book
1 change: 1 addition & 0 deletions cargo
Submodule cargo added at bd26d5
49 changes: 49 additions & 0 deletions cargo.book
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
title: "The Cargo Book"
author: "Ivan Stankovic"
lang: en

crowbook.html_as_text: false
# tex.hyperref: false
rendering.highlight: syntect
tex.links_as_footnotes: false
rendering.num_depth: 2
rendering.inline_toc: true

resources.base_path.images: cargo/src/
output.base_path: docs/

output.html: cargo.html
output.epub: cargo.epub
output.pdf: cargo.pdf

@ Getting started
+ cargo/src/getting-started.md
-- cargo/src/01-01-installation.md
-- cargo/src/01-02-first-steps.md

@ Guide
+ cargo/src/guide.md
-- cargo/src/02-01-why-cargo-exists.md
-- cargo/src/02-02-creating-a-new-project.md
-- cargo/src/02-03-working-on-an-existing-project.md
-- cargo/src/02-04-dependencies.md
-- cargo/src/02-05-project-layout.md
-- cargo/src/02-06-tests.md
-- cargo/src/02-07-continuous-integration.md

@ Cargo In Depth
+ cargo/src/cargo-in-depth.md
-- cargo/src/03-01-specifying-dependencies.md
-- cargo/src/03-02-manifest.md
-- cargo/src/03-03-config.md
-- cargo/src/03-04-environment-variables.md
-- cargo/src/03-05-build-scripts.md
-- cargo/src/03-06-crates-io.md
-- cargo/src/03-07-pkgid-spec.md
-- cargo/src/03-08-source-replacement.md
-- cargo/src/03-09-external-tools.md
-- cargo/src/03-10-policies.md

@ FAQ
+ cargo/src/faq.md

Binary file added docs/cargo-a4.pdf
Binary file not shown.
Binary file added docs/cargo-letter.pdf
Binary file not shown.
Binary file added docs/cargo.epub
Binary file not shown.
Loading