How do you generate a standalone binary?

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

    A modern TLS library in Rust

  • When you use #![no_std], you have to make sure that all of your dependencies use it as well, which can be a pain. Assuming you're not planning to write all of an HTTPS implementation by yourself, crates like ring support no_std if you set default-features = false in its dependency configuration in Cargo.toml. Unfortunately, the higher level crate rustls doesn't currently support no_std.

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