Weld is a runtime and language for high performance data analytics, developed
in the Stanford Infolab. It is implemented
in Rust, a modern take on a fast systems
programming language. In this blog post we provide our experiences
implementing a low-level s... (more…)
Read more »
This PR, joint work with @spastorino, fills out the NLL infrastructure and integrates it with the borrow checker. Don't get too excited: it includes still a number of hacks (the subtyping code is p... (more…)
Read more »
Cross-platform Rust library for the ASCOM Alpaca API for astronomy devices - GitHub - RReverser/ascom-alpaca-rs: Cross-platform Rust library for the ASCOM Alpaca API for astronomy devices... (more…)
Read more »
This RFC was jointly authored by @jntrnr (Core), @joshtriplett (Lang Team Lead), @khionu (Moderation), @Mark-Simulacrum (Core Project Director, Release Lead), @rylev (Core Project Director), @techn... (more…)
Read more »
Last weekend I was playing around with a way to represent null-terminated UTF8 strings in Rust. Rather than just toying with it forever, I decided ... (more…)
Read more »