summaryrefslogtreecommitdiffstats
path: root/computer
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-08-14 09:15:29 +0200
committerMatthias Beyer <mail@beyermatthias.de>2022-08-14 09:15:29 +0200
commit83d245bf773176badefceaf1c944b123ab569a8e (patch)
tree3a9a8caf6d4e363f48215ef130b8424fed411808 /computer
parent80ba804d9350b2daaf1bdc5cb70248379ec5e35f (diff)
Add rust articles
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'computer')
-rw-r--r--computer/programming/rust.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/computer/programming/rust.md b/computer/programming/rust.md
index 5b5cc94..091e2cd 100644
--- a/computer/programming/rust.md
+++ b/computer/programming/rust.md
@@ -66,8 +66,16 @@ ones are listed here.
* [Bugs that the Rust compiler catches for you](https://kerkour.com/bugs-rust-compiler-helps-prevent)
* [How I speeded up my Rust builds on GitHub ~30 times](https://ectobit.com/blog/speed-up-github-actions-rust-pipelines/)
* [(async) Rust doesn't have to be hard](https://itsallaboutthebit.com/async-simple/)
+ * [hackernews](https://news.ycombinator.com/item?id=31611456)
+ * [reddit](https://www.reddit.com/r/rust/comments/v44tp2/async_rust_doesnt_have_to_be_hard/)
+* [Rust without the async (hard) part](https://lunatic.solutions/blog/rust-without-the-async-hard-part/)
+ * [hackernews](https://news.ycombinator.com/item?id=31681373)
* [Writing Rust the Elixir way - 18 months later](https://lunatic.solutions/blog/writing-rust-the-elixir-way-1.5-years-later/)
* [ZeroMQ Communication Between Python And Rust](https://aimlesslygoingforward.com/blog/2017/03/18/zeromq-communication-between-python-and-rust/)
+* [Trivia About Rust Types: An (Authorized) Transcription of Jon Gjengset’s Twitter Thread](https://www.thecodedmessage.com/posts/trivia-rust-types/)
+ * [hackernews](https://news.ycombinator.com/item?id=31652363)
+* [Why Rust easily optimizes out smart pointers where C++ cannot? (hackernews)](https://news.ycombinator.com/item?id=31626508)
+* [Lessons from my marathon Rust debugging session](https://www.leafwing-studios.com/blog/debugging-lessons/)
## Libraries