2023 Stack Overflow Survey: Rust is the most admired programming language, making it the most loved language for 8 years in a row

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

    Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

  • I think Bun really gave Zig a boost.

  • crates.io

    The Rust package registry

  • What Rust however does is, it encouraging creating build setups, that compile slow and are also easy to perceive that way. Downloading dependencies happens during the same run as Cargo build. In contrast to C, where small features (like datastructures) are just reimplemented by the programmer and contribute one additional file, Rust encourage you to just pull the luxury version from crates.io as a dependency (which itself probably has a lot of reverse dependencies). The idea of telling people to somehow obtain framework xy before even thinking about working on this and link that framework dynamically is also very rare, in Rust you'd just source pull the whole framework and recompile it.

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

    AddressSanitizer, ThreadSanitizer, MemorySanitizer

  • It also doesn't hurt that Miri can find many kinds of unsafe violations even in unsafe blocks. Zig may get something like this one day, but even if it does, checking things at runtime is not a substitute for compile time -- the C++ Sanitizers haven't exactly solved the safety story for C++ even over a decade later.

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

  • Node Test Runner vs Bun Test Runner (with TypeScript and ESM)

    1 project | dev.to | 26 Apr 2024
  • Bun – A fast all-in-one JavaScript runtime

    1 project | news.ycombinator.com | 6 Apr 2024
  • From Node to Bun: A New Dawn for JavaScript Engines?

    1 project | dev.to | 3 Apr 2024
  • Bun-ify Your Project

    1 project | dev.to | 6 Mar 2024
  • SelectorHound: The tool for Sniffing out CSS Selectors

    2 projects | dev.to | 29 Feb 2024