What is the next big thing coming to 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
  • rust

    Empowering everyone to build reliable and efficient software.

  • If you just want easy access to the min & max, then you really want a min-max-heap (see https://github.com/rust-lang/rust/issues/76250). Or at least a different form of tree structure where you have direct access to the node with the min, rather than the min being in a leaf node (O(log n) jumps away).

  • negative-impls-initiative

    Lang team negative impls initiative

  • https://github.com/rust-lang/negative-impls-initiative might give a new way towards this -- if people have promised that a type is !Copy, as opposed to just not having set it yet, we have a bit more freedom in what we can allow.

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

    rust stackful generator library

  • genawaiter

    Stackless generators on stable Rust.

  • rfcs

    RFCs for changes to Rust

  • RFC for anyone interested: https://github.com/rust-lang/rfcs/blob/master/text/2945-c-unwind-abi.md

  • wincompose

    🔣 Compose Key for Windows

  • I suggest http://wincompose.info/, or whatever the equivalent is for your platform 😀

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