Results 606 comments of Niko Matsakis

I agree with @rylev -- the only reason I can see *not* to upgrade is MSRV. I would like to see people upgrade in general, but of course the main...

Ah, the rustfmt tie in is really interesting!

Hmm, this is a nice idea, and I like the name. I'm wondering if it'd be a good project to use when talking about issues like https://github.com/rust-lang/wg-async-foundations/issues/54? Seems like quite...

* [ ] http://zee-nix.blogspot.com/2021/02/zbus-and-implementing-async-rust-api.html?m=1 > As many of the readers already know, for the past (almost) 2 years, I've been developing a Rust-crate for D-Bus, called zbus. With this being...

* [ ] https://tomaka.medium.com/a-look-back-at-asynchronous-rust-d54d63934a1c > > In 2013, I discovered the Rust programming language and quickly decided to learn it and make it my main programming language. > > In...

* [ ] https://www.fpcomplete.com/blog/ownership-puzzle-rust-async-hyper/ > Most of the web services I've written in Rust have used actix-web. Recently, I needed to write something that will provide some reverse proxy functionality....

* [ ] https://users.rust-lang.org/t/on-mixing-sync-threads-and-async-tasks/47011 > Recently I have been getting into async and tokio. With great success despite the tribulations I brought up here: A year in Rust. And I...