pm_me_your_quackers@lemmy.worldtoTechnology@lemmy.world•HP raising Instant Ink subscription pricing significantlyEnglish
3·
11 months agoThose are some brave students, considering they should know what their hometown is like.
Those are some brave students, considering they should know what their hometown is like.
I don’t use rocket normally but it was great when I have used it. Rust and foundations seem to have a…storied relationship though, so I hope this plays out well.
trait HttpService { async fn fetch(&self, url: Url) -> HtmlBody; // ^^^^^^^^ desugars to: // fn fetch(&self, url: Url) -> impl Future; }
Man I’ve been waiting for this to be stabilized for a long time. So excited about it.