My thoughts about Securing Crates

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

    Empowering everyone to build reliable and efficient software.

    Even without #[forbid(unsafe_code)], the Rust compiler and LLVM aren't meant to be hardened security boundaries and they aren't. (Sorry. I don't know how to look up and link to the equivalent tag on LLVM's bug tracker.)

  • wasmer

    🚀 The leading Wasm Runtime supporting WASIX, WASI and Emscripten

    In short, if you want a security boundary, use a sandbox designed for it, such as embedding a WebAssembly runtime like Wasmer to run your sensitive code or running your binary in a sandbox like Firejail or those provided by systemd, Flatpak, etc.

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

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