Skip to content

Commit c87f6bc

Browse files
committed
docs: Add new pages for Rust resources and Ken Youens-Clark
- Created journal entry for learning Rust with links to relevant resources - Added pages for Ken Youens-Clark and his book "Command-Line Rust" - Included links to GitHub repository for code samples and interactive Rust book
1 parent 61eec1e commit c87f6bc

File tree

7 files changed

+35
-0
lines changed

7 files changed

+35
-0
lines changed

journals/2025_11_27.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Learning Rust
2+
- [[Rust/Book/TRPL/Interactive]]
3+
- [[Rust/Book/CLR]]
4+
- [[Person/Ken Youens-Clark]]

pages/Person___Ken Youens-Clark.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- # Ken Youens-Clark
2+
- Author of [[Rust/Book/CLR]]
3+
- GitHub: [kyclark](https://github.com/kyclark)
4+

pages/Rust___Book.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
tags:: [[Book]]
2+
3+
- [[Rust/Book/TRPL]]
4+
- [[Rust/Book/CLR]]

pages/Rust___Book___CLR.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
tags:: [[Book]]
2+
alias:: [[Rust/Book/Command-Line Rust]]
3+
4+
- # Command-Line Rust
5+
- Author: [[Person/Ken Youens-Clark]]
6+
- Publisher: O'Reilly
7+
- Year: 2024
8+
- ISBN: 9781098109417
9+
- A project-based guide that teaches Rust through the development of command-line programs
10+
- See [[Rust/Book/CLR/GitHub]] for code samples
11+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- # [kyclark/command-line-rust](https://github.com/kyclark/command-line-rust)
2+
- Code for Command-Line Rust (O'Reilly, 2024, ISBN 9781098109417)
3+
- Repository containing code samples and examples from the book
4+

pages/Rust___Book___TRPL.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
tags:: [[Book]]
2+
3+
- [The Rust Programming Language](https://doc.rust-lang.org/book/index.html)
4+
- see [[Rust/Book/TRPL/Interactive]] for an interactive version
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
tags:: [[Uni/Brown]]
2+
3+
- # [Interactive Rust Book](https://rust-book.cs.brown.edu/)
4+
-

0 commit comments

Comments
 (0)