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
192 forks
Language: Dockerfile
last commit: 9 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 | 652 |
rust-osdev/cargo-xbuild | Automates cross-compilation of sysroot crates for Rust projects | 259 |
emoon/rust_minifb | A crate for creating windows and framebuffers on multiple platforms. | 1,045 |
rust-lang/rust | Empowering software developers to build reliable and efficient software using a fast and memory-efficient language with strong type safety and comprehensive tooling. | 99,490 |
emk/heroku-buildpack-rust | A buildpack for deploying Rust applications on Heroku with support for cargo and rustup. | 524 |
ipetkov/crane | Automates and optimizes the build process of Rust projects using incremental artifact caching. | 972 |
liuchong/docker-rustup | Automated Docker images for Rust development with musl support | 93 |
pyrossh/rust-embed | A tool that embeds static assets into Rust binaries at compile time or loads them from the file system during runtime. | 1,696 |
xfbs/diff.rs | Compiles Rust code into a WebAssembly binary for rendering diff between crate versions | 113 |
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,419 |
rust-lang/docker-rust | An official Docker image for the Rust programming language | 455 |
rust-lang/cc-rs | Provides build scripts to compile C/C++ code into a Rust library | 1,885 |
mech-lang/mech | A Rust-based programming language for building data-driven systems like robots, games, and interfaces. | 210 |
maciejkula/rustlearn | A Rust machine learning crate providing algorithms and utilities for building and training machine learning models. | 626 |