Skip to content

Commit b767880

Browse files
authored
Merge pull request #83 from qba73/new-rust-book
Add "The Secrets of Rust: Tools"
2 parents 94bf6d6 + 86d1ba3 commit b767880

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,12 @@ Throughout this unique book, you’ll find useful code samples that are easy to
197197

198198
Write Powerful Rust Macros is a comprehensive guide to creating macros in Rust. You’ll start your journey with declarative macros, then quickly move on to the powerful procedural macros to build your own domain-specific language. Learn how to create public fields, work with custom attributes, integrate your macros with other crates, write effective tests to ensure your macros are reliable and bug-free, and even share your macros with other developers.
199199

200+
### [The Secrets of Rust: Tools](https://bitfieldconsulting.com/books/rust-tools)
201+
202+
<img src="https://images.squarespace-cdn.com/content/v1/5e10bdc20efb8f0d169f85f9/fb8c84e4-77a5-4fe6-a1aa-8709932e65a6/cover.png?format=120w" width="120px"/>
203+
204+
The Secrets of Rust: Tools is aimed at those who have learned the basics of Rust, and would like to start writing useful programs with it. The book starts very simply, and works through developing a series of increasingly challenging projects, including a memo tool and a weather API client, guided by tests. Along the way, readers will learn some useful patterns and practices for Rust programs, and gain experience with important crates such as `clap`, `anyhow`, and `serde`.
205+
200206
**Advanced Books**
201207
---
202208

0 commit comments

Comments
 (0)