Explore >> Select a destination


You are here

smallcultfollowing.com
| | theincredibleholk.org
8.7 parsecs away

Travel
| | One of the major goals for the Rust Async Working Group is to allow async fn everywhere fn is allowed, especially in traits. In this post, I'd like to distill s...
| | tokio.rs
11.0 parsecs away

Travel
| | Tokio is a runtime for writing reliable asynchronous applications with Rust. It provides async I/O, networking, scheduling, timers, and more.
| | theincredibleholk.org
6.9 parsecs away

Travel
| | The last week or two has been exciting in Rust async land. We're making great progress on one of the open questions around async functions in traits, and I thin...
| | coredumped.dev
92.0 parsecs away

Travel
| In my last post I introduced an Emacs Lisp VM I was writing in Rust. My stated goal at the time was to complete a garbage collector. I think Rust has some really interesting properties that will make building garbage collectors easier and safer. Many of the techniques used in my GC are not original and have been developed by other Rustaceans in previous projects. Updated: 2022-09-06 Why use garbage collection?