-
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.
-
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.
-
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.)
-
Coming from go ecosystem I would really like to have something like https://goreleaser.com/ for rust
-
If you like autograd you will love neuronika
-
When I look at stuff like pjsip, I get the impression, it would be huge amount of work. Am I mistaken?
-
That said, there's this, which looks to be on the road already! https://github.com/vasilakisfil/viska
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
The high level crate is called inkwell.
-
An equivalent of golang's memberlist would be awesome.
-
A 2d graphics library like Nim’s pixie
-
That's a great idea. https://github.com/rust-lang/crates.io/issues/4117
-
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.
-
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
-
I'm currently working on node_crunch.
-
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
-
It's also used by mun.
-
Btw did you look at https://github.com/kuchiki-rs/kuchiki?
-
Pure-Rust LZMA decompression exists: https://github.com/gendx/lzma-rs
-
Bzip2 upstream started an incremental Rust port, but it seems the upstream maintainers are busy with other projects. Help would be welcome.
-
rust-async-coap
Discontinued A flexible, asynchronous library for using and serving CoAP resources in Rust.
-
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.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives