Is it possible to write anything using 100% 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
  • Voila

    Discontinued Voila is a domain-specific language launched through CLI tool for operating with files and directories in massive amounts in a fast & reliable way. (by Alonely0)

  • yup, check what i made with 100% safe rust (the first line in main.rs literally makes impossible to use unsafe rust) https://github.com/Alonely0/Voila

  • rust

    Empowering everyone to build reliable and efficient software.

  • There's also this Reddit post from some months ago on that article, and this somewhat related GH issue (also involves writing to the running app's memory).

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

    The Dark Arts of Advanced and Unsafe Rust Programming

  • You can read more about unsafe in the Rust nomicon and in the Rust book.

  • slotmap

    Slotmap data structure for Rust

  • Nope, it's perfectly safe: https://github.com/orlp/slotmap/blob/master/examples/doubly_linked_list.rs.

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