rust-musl-builder
Rust binary builder
Provides a way to build static Rust binaries for various crates, including OpenSSL and Diesel.
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.
2k stars
22 watching
193 forks
Language: Dockerfile
last commit: 7 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
rust-cross/rust-musl-cross | Docker images and build scripts for compiling static Rust binaries with musl-cross | 646 |
rust-osdev/cargo-xbuild | Automates cross-compilation of sysroot crates for Rust projects | 258 |
emoon/rust_minifb | A crate for creating windows and framebuffers on multiple platforms. | 1,038 |
rust-lang/rust | The Rust project provides tools and infrastructure to build efficient, reliable software | 98,564 |
emk/heroku-buildpack-rust | A buildpack for deploying Rust applications on Heroku with support for cargo and rustup. | 523 |
ipetkov/crane | Automates and optimizes the build process of Rust projects using incremental artifact caching. | 954 |
liuchong/docker-rustup | Automated Docker images for Rust development with musl support | 93 |
pyrossh/rust-embed | A Rust macro that embeds files into the binary at compile time during release and loads them from the file system during development. | 1,677 |
xfbs/diff.rs | Compiles Rust code into a WebAssembly binary for rendering diff between crate versions | 106 |
peco602/rust-universal-compiler | A container solution to compile Rust projects across multiple operating systems. | 32 |
sfackler/rust-openssl | Bindings for using OpenSSL in Rust programming language | 1,403 |
rust-lang/docker-rust | An official Docker image for the Rust programming language | 446 |
rust-lang/cc-rs | Provides build scripts to compile C/C++ code into a Rust library | 1,868 |
mech-lang/mech | A Rust-based programming language for building data-driven systems like robots, games, and interfaces. | 209 |
maciejkula/rustlearn | A Rust machine learning crate providing algorithms and utilities for building and training machine learning models. | 619 |