Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more! Learn more →
Top 5 Rust Development Projects
-
mirrord
Connect your local process and your cloud environment, and run local code in cloud conditions.
Project mention: KubeVPN: Revolutionizing Kubernetes Local Development | news.ycombinator.com | 2025-02-19 -
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
Project mention: The .a File Is a Relic: Why Static Archives Were a Bad Idea All Along | news.ycombinator.com | 2025-07-22
Shameless self-promotion: I wrote a tool a to fix exactly this asymmetry between dynamic libraries (a single object file) and static libraries (actually a bag of loose objects)
I never really advertised it, but what it does is take all the objects inside your static library, and tells the linker to make a single relocatable object.
https://github.com/tux3/armerge
The huge advantage is that with a single object, everything works just like it would for a dynamic library. You can keep a set of public symbols and hide your private symbols, so you don't have pollution issues.
Objects that aren't needed by any public symbol (recursively) are actually discarded, so unlike --whole-archive you still get the advantage of static linking.
I think the article's suggestion of a new ET_STAT is a good idea, actually. In the meantime we will need to work with the existing toolchain, and the closest to that is ET_REL, a single merged relocatable object in a traditional .a archive.
-
-
-
Sevalla
Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
Rust Development discussion
Rust Development related posts
-
Advanced Shell Scripting Techniques: Automating Complex Tasks with Bash
-
Terminal Emulators Battle Royale – Unicode Edition
-
mirrord VS gefyra - a user suggested alternative
2 projects | 3 Oct 2023 -
Bash 5.2
-
Fixed the meme
-
How and what are you planning to learn in 2022?
-
Improving GitHub Code Search
-
A note from our sponsor - Sevalla
sevalla.com | 1 Sep 2025
Index
What are some of the best open-source Development projects in Rust? This list will help you:
# | Project | Stars |
---|---|---|
1 | mirrord | 4,506 |
2 | dolores | 57 |
3 | armerge | 47 |
4 | docvim | 25 |
5 | rust-getting-started | 3 |