summaryrefslogtreecommitdiffstats
path: root/computer
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-03-12 13:33:50 +0100
committerMatthias Beyer <mail@beyermatthias.de>2022-03-12 13:33:50 +0100
commitc5c6e2874a80ba77597a26842b97fd451387694e (patch)
tree7a8deea6e598ded680f0b99431fe0a4bed2957a4 /computer
parent77b1de3289a262398a240e77415156df7f4650ca (diff)
Add article "Things I hate about Rust, redux"
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'computer')
-rw-r--r--computer/programming/rust.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/computer/programming/rust.md b/computer/programming/rust.md
index 5c45633..29d6b76 100644
--- a/computer/programming/rust.md
+++ b/computer/programming/rust.md
@@ -56,7 +56,8 @@ ones are listed here.
* [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)
* [Why is my Rust build so slow?](https://fasterthanli.me/articles/why-is-my-rust-build-so-slow)
-
+* [Things I hate about Rust, redux](https://blog.yossarian.net/2022/03/10/Things-I-hate-about-Rust-redux)
+ * [hackernews thread](https://news.ycombinator.com/item?id=30627667)
## Libraries