From 83d245bf773176badefceaf1c944b123ab569a8e Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 14 Aug 2022 09:15:29 +0200 Subject: Add rust articles Signed-off-by: Matthias Beyer --- computer/programming/rust.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- cgit v1.2.3