What is the next big thing coming to Rust

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers
Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
www.nutrient.io
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. 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).

  2. Nutrient

    Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.

    Nutrient logo
  3. 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.

  4. generator-rs

    rust stackful generator library

  5. genawaiter

    Stackless generators on stable Rust.

  6. rfcs

    RFCs for changes to Rust

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

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

  • What's the Benefit/Allure of Async/Await vs. CSP/Green Threads (and Other Concurrency Models)?

    6 projects | /r/rust | 9 Dec 2023
  • Generalizing coroutines - The Rust Language Design Team

    8 projects | /r/rust | 12 Jul 2022
  • What feature would you like to see implemented/stabilized?

    17 projects | /r/rust | 17 Sep 2021
  • Perhaps Rust Needs "Defer"

    2 projects | news.ycombinator.com | 6 Nov 2024
  • An Optimization That's Impossible in Rust

    2 projects | news.ycombinator.com | 4 Sep 2024

Did you know that Rust is
the 5th most popular programming language
based on number of references?