As of stable Rust 1.39.0, it is possible to
implement a very basic and safe
coroutine library using Rust's
async/await support, and
in under 100 lines of code. The implementation depends solely on std and is
stack-less (meaning, not depending on an separ... (more…)
Read more »
Secondary indices for RocksDB in Rust. Contribute to nlfiedler/mokuroku development by creating an account on GitHub. (more…)
Read more »
Is that a compiler backend or frontend? Cranelift Bringing this together Benchmarks Footnotes LLVM originally stood for Low Level Virtual Machine but this was dropped as LLVM is no longer a virtual machine and more of a library of utilities. https://githu... (more…)
Read more »
In my #rust2020 blog post, I mentioned rather off-handedly that I think the time has come for us to talk about forming a Rust foundation. I wanted to come ba... (more…)
Read more »
Antialiased 2D vector drawing library written in Rust - femtovg/femtovg... (more…)
Read more »