aboutsummaryrefslogtreecommitdiff
path: root/INTERESTING_PROJECTS.org
diff options
context:
space:
mode:
authoralexpdp7 <alex@pdp7.net>2025-03-02 23:26:39 +0100
committeralexpdp7 <alex@corcoles.net>2025-03-02 23:27:17 +0100
commit94e14393b5b1c9c2506a37c1414071fa455ba693 (patch)
tree2dd5df605703680b47ac42727515db63f64b6e9e /INTERESTING_PROJECTS.org
parentf7d9dffd78adeb57909f10204d9e30067acbe59a (diff)
Add Effective Rust
Diffstat (limited to 'INTERESTING_PROJECTS.org')
-rw-r--r--INTERESTING_PROJECTS.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/INTERESTING_PROJECTS.org b/INTERESTING_PROJECTS.org
index 855f404e..f79b2f1a 100644
--- a/INTERESTING_PROJECTS.org
+++ b/INTERESTING_PROJECTS.org
@@ -97,6 +97,7 @@ Also keeping things in a Org mode means I can classify and add notes.
- https://crates.io/crates/crossterm
- https://github.com/matklad/xshell - Rust as a shell replacement, with nice interpolation
- https://github.com/bytecodealliance/cap-std - Safer, opt-in file access
+ - https://www.lurklurk.org/effective-rust/ - Effective Rust, a Rust book beyond the Rust documentation
**** Async
- https://zoo.dev/blog/introducing-delouse - Async debugging
*** Java