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

[Update] bump up version of rustc and dependencies in PNA Rust #435

Open
wants to merge 3 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
5 changes: 4 additions & 1 deletion courses/rust/building-blocks/bb-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ Read all the readings and perform all the exercises.
techniques used by this author may provide an interesting contrast to those we
suggest. Follow along and write the same code. Can you reproduce their
results?
- The following content may be useful for you to understand the above `Exercise` and dive into rust's CLI ecosystem.

**[Reading: Official Documentation of `clap`]**

- **[Reading: The Cargo manifest format]**. A single page in [The Cargo Book],
this will give you an idea of how your project can be customized a bit if you
Expand Down Expand Up @@ -41,4 +44,4 @@ Read all the readings and perform all the exercises.
[`rust-lang-nursery`]: https://github.com/rust-lang-nursery
[Reading: The rustup documentation]: https://github.com/rust-lang/rustup.rs/blob/master/README.md
[Exercise: Write a Good CLI Program]: https://qiita.com/tigercosmos/items/678f39b1209e60843cc3

[Reading: Official Documentation of `clap`]: https://docs.rs/clap/3.0.0-beta.2/clap/index.html
248 changes: 112 additions & 136 deletions courses/rust/projects/project-1/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading