A package manager for C++ like Cargo for Rust. Contribute to poacpm/poac development by creating an account on GitHub. (more…)
Read more »
Rust supports a number of type coercions, which implicitly convert one type to another. As in any language with coercion, there is a trade-off made between clarity when reading and ease of writing. While disagreement may be had about whether Rust’s list o... (more…)
Read more »
I have recently released a new Rust library aimed at easing the task of writing asynchronous Thread-per-Core applications: Scipio. I… (more…)
Read more »
A lot of things have been said about WebAssembly inside of the browser; after all, that's why it was originally created. But a new case is emerging as well, ... (more…)
Read more »
In January of this year, we adopted the 2017 Rust Roadmap, which
laid out our plans for 2017. As part of the roadmap process, we plan
to regularly release updates on the progress of each roadmap item.
This post marks the halfway point through the year. (more…)
Read more »