Skip to content

Commit 65be49e

Browse files
authored
Update README.md
1 parent 20b531a commit 65be49e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
k# Learning rust
1+
# Learning rust
22

33
- Rustlings
44
- Book: The Rust Programming Language by Steve Klabnik & Carol Nichols
@@ -24,6 +24,7 @@ The Rust project hosts many resources. These cover Rust in general:
2424
- [The Cargo Book](https://doc.rust-lang.org/cargo/reference)
2525
- [Rust Compiler Development Guide](https://rustc-dev-guide.rust-lang.org/getting-started.html)
2626
- [Rust 2024](https://doc.rust-lang.org/nightly/edition-guide/rust-2024/index.html)
27+
- [Rust Language Cheat Sheet](https://github.com/ralfbiedert/cheats.rs/)
2728

2829
More specialized guides hosted on the official Rust site:
2930

@@ -109,10 +110,10 @@ A small selection of other guides and tutorial for Rust:
109110
- [Building a Honeypot in Rust and Deploy it to Oracle for Free - Minimal TCP Stack in Rust](https://rust-trends.com/posts/building-a-honeypot-in-rust-and-deploy-it-to-oracle-for-free/)
110111
- [Four limitations of Rust's borrow checker](https://blog.polybdenum.com/2024/12/21/four-limitations-of-rust-s-borrow-checker.html)
111112
- [Building a Secure Hierarchical Key Derivation System in Rust](https://medium.com/@evadawnley/building-a-secure-hierarchical-key-derivation-system-in-rust-b5a0ecee18d7)
112-
- [Context-Generic Programming](https://contextgeneric.dev/)
113-
- [From Go to Rust 1: async Dispatch](https://medium.com/rustaceans/from-go-to-rust-1-async-dispatch-866e042cd98a)
114-
- [A journey into File Transfer Protocols in Rust](https://blog.veeso.dev/blog/en/a-journey-into-file-transfer-protocols-in-rust/)
115-
- [Structured error handling in Rust](https://www.howtocodeit.com/articles/the-definitive-guide-to-rust-error-handling#structured-error-handling-in-rust)
113+
- [Context-Generic Programming](https://contextgeneric.dev/)
114+
- [From Go to Rust 1: async Dispatch](https://medium.com/rustaceans/from-go-to-rust-1-async-dispatch-866e042cd98a)
115+
- [A journey into File Transfer Protocols in Rust](https://blog.veeso.dev/blog/en/a-journey-into-file-transfer-protocols-in-rust/)
116+
- [Structured error handling in Rust](https://www.howtocodeit.com/articles/the-definitive-guide-to-rust-error-handling#structured-error-handling-in-rust)
116117
- [Understanding Rust Generics and How to use them](https://blog.logrocket.com/understanding-rust-generics/)
117118

118119
## Interesting Rust Projects
@@ -195,4 +196,4 @@ Please see the [Little Book of Rust Books](https://lborb.github.io/book/) for ev
195196

196197
## Miscellaneous
197198
- [The AOSP and AAOS Meetup](https://aospandaaos.github.io/meetup.html)
198-
- [Cryptography 101 with Alfred Menezes](https://cryptography101.ca/resources/)
199+
- [Cryptography 101 with Alfred Menezes](https://cryptography101.ca/resources/)

0 commit comments

Comments
 (0)