Is there something like "super-safe" rust?

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

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

    Kani Rust Verifier

  • kani (e.g. used by hifitime)

  • no-panic

    Discontinued Attribute macro to require that the compiler prove a function can't ever panic

  • /u/dtolnay has a no-panic macro, I don't know its limitations but in older comments they note it pretty much has to be used in release mode, as there are lots of panic codepaths which get optimised out.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • rustig

    A tool to detect code paths leading to Rust's panic handler

  • There is also rustig though it seems quite dead.

  • hifitime

    A high fidelity time management library in Rust

  • kani (e.g. used by hifitime)

  • prusti-dev

    A static verifier for Rust, based on the Viper verification infrastructure.

  • prusti

  • MIRAI

    Rust mid-level IR Abstract Interpreter

  • MIRAI

  • findpanics

    Find calls to panic functions in rust executables

  • findpanics is also unmaintained, but a couple of years younger.

  • 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
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