What sort of mature, open-source libraries do you feel Rust should have but currently lacks?

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

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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. futures-rs

    Zero-cost asynchronous programming in Rust

    Rust lacks an implementation of ReactiveX. futures/futures-signals seems to be the the ecosystem equivalent but I'm sure there'd be a lot of interest in an actual implementation.

  2. CodeRabbit

    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 logo
  3. not-yet-awesome-rust

    A curated list of Rust code and resources that do NOT exist yet, but would be beneficial to the Rust community.

    Aside from that, there's always Not-Yet-Awesome Rust. (Check the issues too. The README is lagging behind.)

  4. goreleaser

    Release engineering, simplified

    Coming from go ecosystem I would really like to have something like https://goreleaser.com/ for rust

  5. neuronika

    Tensors and dynamic neural networks in pure Rust.

    If you like autograd you will love neuronika

  6. pjproject

    PJSIP project

    When I look at stuff like pjsip, I get the impression, it would be huge amount of work. Am I mistaken?

  7. viska

    SIP framework built in Rust

    That said, there's this, which looks to be on the road already! https://github.com/vasilakisfil/viska

  8. rxRust

    Rust implementation of Reactive Extensions.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. RxRust

    The Reactive Extensions for the Rust Programming Language (by ReactiveX)

  11. inkwell

    It's a New Kind of Wrapper for Exposing LLVM (Safely)

    The high level crate is called inkwell.

  12. memberlist

    Golang package for gossip based membership and failure detection

    An equivalent of golang's memberlist would be awesome.

  13. pixie

    Full-featured 2d graphics library for Nim. (by treeform)

    A 2d graphics library like Nim’s pixie

  14. crates.io

    The Rust package registry

    That's a great idea. https://github.com/rust-lang/crates.io/issues/4117

  15. LiteDB

    LiteDB - A .NET NoSQL Document Store in a single data file

    A mature NoSQL embedded/flatfile database like LiteDB would be nice. There are some similar Rust libraries but they aren't very close to production ready and the API tends to not be too user friendly. I had trouble finding one of these for a small app I had to write recently.

  16. Servo

    Servo aims to empower developers with a lightweight, high-performance alternative for embedding web technologies in applications.

    Well, I mean considering Rust was developed by Mozilla for Servo

  17. node_crunch

    Discontinued Allows to distribute computations across several nodes

    I'm currently working on node_crunch.

  18. rfcs

    RFCs for changes to Rust

    I wanted to use logging in unit tests but having a setup/teardown for all tests is not yet possible https://github.com/rust-lang/rfcs/issues/1664 The current workaround is doing an init function that you call at the beginning of each tests

  19. mun

    Source code for the Mun language and runtime.

    It's also used by mun.

  20. kuchiki

    Discontinued (朽木) HTML/XML tree manipulation library for Rust

    Btw did you look at https://github.com/kuchiki-rs/kuchiki?

  21. lzma-rs

    An LZMA decoder written in pure Rust

    Pure-Rust LZMA decompression exists: https://github.com/gendx/lzma-rs

  22. bzip2

    Bzip2 upstream started an incremental Rust port, but it seems the upstream maintainers are busy with other projects. Help would be welcome.

  23. rust-async-coap

    Discontinued A flexible, asynchronous library for using and serving CoAP resources in Rust.

  24. Symphonia

    Pure Rust multimedia format demuxing, tag reading, and audio decoding library

    That's a big undertaking, but https://github.com/pdeljanov/Symphonia is surprisingly far along when it comes to binary decoding, which is the most risky and security-critical part of the entire pipeline.

  25. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub 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

  • Top 10 Rusty Repositories for you to start your Open Source Journey

    11 projects | dev.to | 19 Dec 2023
  • Tauri (2) — Quick Start with Tauri + React (Open Source)

    3 projects | dev.to | 23 Dec 2024
  • Q3 dev update for Graphite, a Blender-inspired 2D procedural design Rust app

    6 projects | news.ycombinator.com | 15 Oct 2024
  • 3D and 2D: Testing out my cross-platform graphics engine

    17 projects | news.ycombinator.com | 2 Apr 2024
  • Modern Java/JVM Build Practices

    9 projects | news.ycombinator.com | 4 Jan 2024