Extending the Underhanded Rust Submission Deadline to March 31

Hello Underhanded Rustlers! The Rust Community Team has extended the submission deadline for the Underhanded Rust Contest to March 31, We wanted to help give… Read more

Similar

A Survey of Rust GUI Libraries

a popular trend in the Rust community is to ask "Are We X Yet" for various things that it would be nice to be able to develop easily in Rust - game and web are the most prominent ones as far as i can tell - and one such question is Are We GUI Yet. that's ... (more…)

Read more »

Flux: Liquid Types for Rust [pdf]

We introduce Flux, which shows how logical refinements can work hand in glove with Rust's ownership mechanisms to yield ergonomic type-based verification of low-level pointer manipulating programs. First, we design a novel refined type system for Rust tha... (more…)

Read more »

How to think about `async`/`await` in Rust

(This is a section of the lilos intro guide that people seemed to like, so to increase its visibility, I’m lifting it up into its own post and expanding it a bit. I hope this is a useful companion piece to the post on async debugging I posted this morning... (more…)

Read more »