Rudra: Rust Memory Safety & Undefined Behavior Detection

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Rudra

    Rust Memory Safety & Undefined Behavior Detection

  • advisory-db

    Security advisory database for Rust crates published through crates.io

  • To clarify, this can analyze unsafe code. It has found 70+ real-world issues to date. I've reviewed many of them for inclusion in https://github.com/rustsec/advisory-db, I'm glad to see the tool used to find them released at last!

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

    Trophy case for Rudra bugs.

  • project-safe-transmute

    Project group working on the "safe transmute" feature

  • One of the biggest notable examples is unsafe transmutes that could be safe. In fact there's a safe transmute working group trying to cover these cases. Just to give an example, if you have a #[repr(transparent)] newtype, it could be possible to safely transmute from a reference of an inner type to the type it wraps (for e.g. 1-tuple or 1-field structs), but doing that now presently requires unsafe.

  • rust

    Empowering everyone to build reliable and efficient software.

  • Here is the github issue

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub 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

  • #[you_can::turn_off_the_borrow_checker]

    6 projects | /r/rust | 21 Jan 2022
  • Sudo and Su Being Rewritten in Rust for Memory Safety

    6 projects | news.ycombinator.com | 29 Apr 2023
  • When Zig is safer and faster than Rust

    7 projects | news.ycombinator.com | 7 Mar 2023
  • A major refactor of Rust's IP address representation has just been merged

    3 projects | /r/rust | 31 Jul 2022
  • First class I/O

    2 projects | /r/rust | 7 Apr 2021