Nio is an experimental async runtime for Rust. This project initially began as an experiment to explore alternative scheduling strategies.Tokio use work-stealing scheduler, It is very complex scheduler and require a ton of bookkeeping. Sadly, replacing th... (more…)
Read more »
A ray tracer implemented in Rust. Contribute to robshape/rayman development by creating an account on GitHub. (more…)
Read more »
After thinking about the async fn in traits problem for a while, I've come to the conclusion that the syntax Rust chose for async fn is the wrong one. Specifically, the fact that the returned future type is hidden is quite limiting. Here's how we can fix ... (more…)
Read more »
Rust native ready-to-use NLP pipelines and transformer-based models (BERT, DistilBERT, GPT2,...) - guillaume-be/rust-bert... (more…)
Read more »
A conversation with Tim McNamara, author of Rust in Action, on how he got into Rust by teaching himself everything from scratch... (more…)
Read more »