Due to recent changes at Mozilla my time working on the Rust compiler is drawing to a close. I will be focusing on Firefox work for the foreseeable future. (more…)
Read more »
Rust is experimenting with compile-time reflection in the form of type_info (Tracking issue #146922).
It's far from finished, but the other day more than a month ago1 the pull request for Support ADT types in type info reflection landed.
With that PR the ... (more…)
Read more »
Since the 1.0 release of the Rust programming language in May 2015, people have been exploring different ideas about what to use it for. D...
Read more »
Performance of a database system depends on many factors: hardware, configuration, database schema, amount of data, workload type, network latency, and many ... (more…)
Read more »
A small and fast async runtime for Rust. Contribute to stjepang/smol development by creating an account on GitHub. (more…)
Read more »