summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-12-29 17:56:32 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-12-29 17:56:32 +0100
commit684f1e13c54d2a4bacfbda888a1e74d787d9c235 (patch)
tree820b08b0b6283a48fcca6e7250b96918b88a9bae
parente9260fc420c2ef915a705af747aed59efa9e7ad5 (diff)
Add Rust articles/talks
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--content/computer/programming/programming_languages/rust/_index.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/content/computer/programming/programming_languages/rust/_index.md b/content/computer/programming/programming_languages/rust/_index.md
index 60dfbae..a3264b7 100644
--- a/content/computer/programming/programming_languages/rust/_index.md
+++ b/content/computer/programming/programming_languages/rust/_index.md
@@ -42,6 +42,7 @@ Some blog posts to learn about specific topics.
* [Peeking inside trait objects](https://huonw.github.io/blog/2015/01/peeking-inside-trait-objects/)
* [Pinning in plain English](https://blog.schichler.dev/pinning-in-plain-english)
* [Phantom Types in Rust](https://www.greyblake.com/blog/2021-10-11-phantom-types-in-rust/)
+* [How not to learn Rust](https://dystroy.org/blog/how-not-to-learn-rust/)
## Articles and Talks
@@ -56,6 +57,8 @@ ones are listed here.
* [Writing dockerfile in rust project](https://windsoilder.github.io/writing_dockerfile_in_rust_project.html)
* ["Type-Driven API Design in Rust" by Will Crichton](https://www.youtube.com/watch?v=bnnacleqg6k)
* [Working with signals in Rust - some things that signal handlers can't handle](https://www.jameselford.com/blog/working-with-signals-in-rust-pt1-whats-a-signal/)
+* [Jeffrey Olson, "Functional Programming in Rust"](https://www.youtube.com/watch?v=CSk_QRE7GKg)
+* [Unbuffered I/O Can Make Your Rust Programs Much Slower](https://era.co/blog/unbuffered-io-slows-rust-programs)
# Libraries