awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
emk avatar

emk/rust-musl-builder

0
View on GitHub↗
1,590 stars·192 forks·Dockerfile·Apache-2.0·11 views

Rust Musl Builder

Docker images for compiling static Rust binaries using musl-libc and musl-gcc, with static versions of useful C libraries. Supports openssl and diesel crates.

Features

  • Deployment Infrastructure - Docker images for static Rust binary compilation.
  • Deployment Tools - Docker images for compiling static binaries with musl-libc.

Star history

Star history chart for emk/rust-musl-builderStar history chart for emk/rust-musl-builder

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does emk/rust-musl-builder do?

Docker images for compiling static Rust binaries using musl-libc and musl-gcc, with static versions of useful C libraries. Supports openssl and diesel crates.

What are the main features of emk/rust-musl-builder?

The main features of emk/rust-musl-builder are: Deployment Infrastructure, Deployment Tools.

What are some open-source alternatives to emk/rust-musl-builder?

Open-source alternatives to emk/rust-musl-builder include: liuchong/docker-rustup — Automated builded images for rust-lang with rustup, "the ultimate way to install RUST". moghtech/komodo — Komodo is a remote server orchestrator and container deployment platform. It provides a centralized interface for… emk/heroku-buildpack-rust — A buildpack for Rust applications on Heroku, with full support for Rustup, cargo and build caching. kpcyrd/mini-docker-rust — Very small rust docker image. lukemathwalker/cargo-chef — cargo-chef is a Rust build cache tool and CI pipeline accelerator designed to reduce compilation times by decoupling… release-plz/release-plz — Publish Rust crates from CI with a Release PR.

Open-source alternatives to Rust Musl Builder

Similar open-source projects, ranked by how many features they share with Rust Musl Builder.
  • kpcyrd/mini-docker-rustkpcyrd avatar

    kpcyrd/mini-docker-rust

    244View on GitHub↗

    Very small rust docker image

    Dockerfilealpinedockerrust
    View on GitHub↗244
  • liuchong/docker-rustupliuchong avatar

    liuchong/docker-rustup

    90View on GitHub↗

    Automated builded images for rust-lang with rustup, "the ultimate way to install RUST"

    Dockerfiledockerdockerfilemusl
    View on GitHub↗90
  • emk/heroku-buildpack-rustemk avatar

    emk/heroku-buildpack-rust

    523View on GitHub↗

    A buildpack for Rust applications on Heroku, with full support for Rustup, cargo and build caching.

    Shell
    View on GitHub↗523
  • lukemathwalker/cargo-chefLukeMathWalker avatar

    LukeMathWalker/cargo-chef

    2,503View on GitHub↗

    cargo-chef is a Rust build cache tool and CI pipeline accelerator designed to reduce compilation times by decoupling library compilation from application source code. It functions as a dependency recipe generator that extracts a project's dependency list into a recipe for pre-compilation without requiring the full source tree. The project optimizes Docker image builds by structuring container layers to store pre-computed build artifacts. This prevents full recompilation of dependencies when only application source code changes, ensuring that dependency updates only trigger necessary rebuilds.

    Rustcargocidocker
    View on GitHub↗2,503
See all 30 alternatives to Rust Musl Builder→