I have searched for months for a way to do Deep Learning(DL) Inference with Rust on GPU and I finally did it!!β¨πβ¨ This blog post will try to answer if Rust is a good fit for the job!
I have put an ... (more…)
Read more »
Changing function definitions at runtime in Rust. Contribute to Shizcow/hotpatch development by creating an account on GitHub. (more…)
Read more »
Actix project postmortem. Contribute to actix/actix-web development by creating an account on GitHub. (more…)
Read more »
Steve Klabnik and Florian Leibert discuss how the powerful and easy-to-use Rust language became the next-gen infrastructure tool of choice. (more…)
Read more »
Lately I've been seeing lots of anecdotes from people trying to get into Rust
who get really hung up on strings (&str, String, and their relationship).
Beyond Rust's usual challenges around ownership, there can be an added layer of
frustration because... (more…)
Read more »