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

More book content #48

Merged
merged 5 commits into from Jul 30, 2018
Merged

More book content #48

merged 5 commits into from Jul 30, 2018

Conversation

killercup
Copy link
Collaborator

  • Better book title
  • expand arg parsing chapter

Renders nicely on github
These are rendered as separate pages so it makes sense to have an h1 on
each one of them.
Copy link
Collaborator

@spacekookie spacekookie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks nice 👍

@@ -1,8 +1,10 @@
[book]
# This book is called
title = "Command Line Applications in Rust"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Command Line Application in Rust explained ==> CLAIRE

😬

@killercup killercup merged commit 3e69d56 into rust-cli:master Jul 30, 2018

If look at the newly created `grrs` directory,
you’ll find a typical setup for a Rust project:

- A `Cargo.toml` file that contains metadata for our project, incl. a list of dependencies/external libraries we use.
- A `Cargo.toml` file that contains metadata for our project,
incl. a list of dependencies/external libraries we use.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would prefer including instead of the abbreviation.

- A `src/main.rs` file that is the entry point for our (main) binary.
- A `tests/` directory that will contain integration tests for our tool.

If you can execute `cargo run` in the `grrs` directory and see it greet you, you’re all set up.
If you can execute `cargo run` in the `grrs` directory

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants