Our great sponsors
-
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.
-
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.)
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
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
-
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
-
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.
-
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.
-
-
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
Related posts
- Any Linux admins willing to try Pygrep?
- This Month in Spyglass #2 - Search your Reddit saved & upvoted posts, user configurable actions, and more!
- Rust is ugly, doesn’t even let you write simple data structures, unsafe rust is not even defined, makes the simplest things so hard to write and did I mention it’s ugly?
- bsdutils: Alternative to GNU coreutils using software from FreeBSD
- “Clean” Code, Horrible Performance