Skip to content

Commit e75c279

Browse files
committed
docs: Add "Rust for Rustaceans" to knowledge garden and create dedicated page
- Included "Rust for Rustaceans" by Jon Gjengset in the journal entry with publication details - Created a new page for "Rust for Rustaceans" outlining its description, author, and publication information
1 parent ceae9f0 commit e75c279

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

journals/2025_11_28.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
- Added [[Book/Rust for Rustaceans]] to knowledge garden
2+
- By [[Person/Jon Gjengset]], published December 2021, 280 pages
3+
- Advanced Rust guide for experienced developers
14
## Rust Study
25
- ### [[Rust/Book/TRPL/Interactive]]
36
- [[Rust/Variable]]
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
alias:: [[Rust for Rustaceans]], [[Rust/Book/Rust for Rustaceans]]
2+
created-by:: [[Person/Jon Gjengset]]
3+
published:: [[2021-12]]
4+
tags:: [[Book]], [[Rust]], [[Programming]]
5+
6+
- # [Rust for Rustaceans](https://rust-for-rustaceans.com/)
7+
- By [[Person/Jon Gjengset]]
8+
- Published: December 2021
9+
- Pages: 280
10+
- ## Description
11+
- A guide for experienced Rust developers who want to deepen their understanding of the language
12+
- Covers advanced topics and idiomatic Rust patterns
13+
- Focuses on practical knowledge for building production-quality Rust applications
14+

0 commit comments

Comments
 (0)