Skip to content

Commit fb0ccf0

Browse files
committedJan 16, 2023
Initial commit
0 parents  commit fb0ccf0

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
 

‎.gitignore

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Generated by Cargo
2+
# will have compiled files and executables
3+
debug/
4+
target/
5+
6+
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
7+
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
8+
Cargo.lock
9+
10+
# These are backup files generated by rustfmt
11+
**/*.rs.bk
12+
13+
# MSVC Windows builds of rustc generate these, which store debugging information
14+
*.pdb

‎README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# My Command-Line Rust solutions: A Project-Based Primer for Writing Rust CLIs
2+
3+
This is my solutions repository for the O'Reilly book [_Command-Line Rust_](https://learning.oreilly.com/library/view/command-line-rust/9781098109424/) (ISBN 9781098109417) by Ken Youens-Clark.

0 commit comments

Comments
 (0)
Please sign in to comment.