Rust Development

Open-source Rust projects categorized as Development

Top 5 Rust Development Projects

Development
  1. 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
  2. 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.

    InfluxDB logo
  3. dolores

    Local development reverse proxy

  4. armerge

    Tool to merge static libraries and hide their private symbols

    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.

  5. docvim

    Documentation generator for Neovim plug-ins

  6. rust-getting-started

    Develop Rust Apps in Kubernetes with Okteto

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

    Sevalla logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Rust Development discussion

Log in or Post with

Rust Development related posts

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

Sponsored
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.
www.influxdata.com