Formal proofs of safety

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • miri

    An interpreter for Rust's mid-level intermediate representation

  • By the way, there are additional rules that don't exist in C/C++. Breaking them leads to UB. Please read Rustonomicon before you write any unsafe code, even if you are already familiar with C/C++. And don't forget to test them using Miri.

  • unsafe-code-guidelines

    Forum for discussion about what unsafe code can and can't do

  • It is the same paper, I was trying to link the project itself but it seems that I only linked the paper. There is the project itself and it includes various proofs ranging from language semantics to concrete data types. Some of the active contributors of the project also works on the Unsafe Code Guidelines working group.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • nomicon

    The Dark Arts of Advanced and Unsafe Rust Programming

  • By the way, there are additional rules that don't exist in C/C++. Breaking them leads to UB. Please read Rustonomicon before you write any unsafe code, even if you are already familiar with C/C++. And don't forget to test them using Miri.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts