Rust 1.51.0 is released!

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

    Empowering everyone to build reliable and efficient software.

  • You can now parameterize items such as functions, traits, and structs by constant values in addition to by types and lifetimes. Also known as "const generics" E.g. you can now write the following. Note: Only values of primitive integers, bool, or char types are currently permitted. ```rust struct GenericArray { inner: [T; LENGTH] }

  • Cargo

    The Rust package manager

  • Added the split-debuginfo profile option to control the -Csplit-debuginfo codegen option.

  • 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

  • Is there something "different" about Cargo's resolver in GitHub Actions?

    3 projects | /r/rust | 27 Jun 2023
  • Sudden 99% + Build Time Improvement Going from 1.66.1 to 1.71.0

    3 projects | /r/rust | 3 May 2023
  • Is it possible to make Rust Foundation powerless? Or to dismantle it?

    2 projects | /r/rust | 8 Apr 2023
  • Does Cargo's new sparse protocol save our disk space?

    2 projects | /r/rust | 11 Mar 2023
  • SHA512 and its implementation in Noir - An Aragon Research Blog

    2 projects | /r/crypto | 15 Dec 2022