Contribute to vlopes11/rrust.nvim development by creating an account on GitHub. (more…)
Read more »
Recently I've been reading Effective Modern C++ by Scott Meyers. It's a great book that contains tons of practical advice, as well as horro... (more…)
Read more »
Advanced type systems that enforce various correctness and safety
guarantees--such as linear and ownership types--have a long history in the
Programming Languages research community. Despite this history, a
human-centered evaluation of these type systems ... (more…)
Read more »
We present Aeneas, a new verification toolchain for Rust programs based on a
lightweight functional translation. We leverage Rust's rich region-based type
system to eliminate memory reasoning for many Rust programs, as long as they do
not rely on interior... (more…)
Read more »