cargo-xbuild
Cross-builder
Automates cross-compilation of sysroot crates for Rust projects
Automatically cross-compiles the sysroot crates core, compiler_builtins, and alloc.
258 stars
10 watching
25 forks
Language: Rust
last commit: over 2 years 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-lang/rust | The Rust project provides tools and infrastructure to build efficient, reliable software | 98,756 |
emk/rust-musl-builder | Provides a way to build static Rust binaries for various crates, including OpenSSL and Diesel. | 1,539 |
rust-lang/cc-rs | Provides build scripts to compile C/C++ code into a Rust library | 1,873 |
steeve/cross-compiler | Dockerfiles for building cross-compilation environments for various programming languages | 107 |
peco602/rust-universal-compiler | A container solution to compile Rust projects across multiple operating systems. | 32 |
rust-lang/cargo | The Rust package manager responsible for downloading and compiling dependencies for Rust projects. | 12,800 |
byron/cargo-release | Automates the process of releasing a Rust crate with versioning and publishing | 0 |
bunogi/cargo-makedocs | Automates documentation building for Rust projects by parsing Cargo.toml and generating documentation for direct dependencies. | 14 |
cargo-generate/cargo-generate | Tool to help developers create new Rust projects quickly from existing templates | 1,967 |
yusdacra/nix-cargo-integration | A tool to integrate Cargo projects with Nix, simplifying the process of building and managing Rust projects. | 188 |
frewsxcv/cargo-all-features | A tool to automate testing of Rust crates with multiple feature flags | 147 |
sdt/docker-raspberry-pi-cross-compiler | A Docker container image providing an all-in-one cross compiler and sysroot for the Raspberry Pi. | 245 |
rust-lang/docker-rust | An official Docker image for the Rust programming language | 446 |
timnn/cargo-lipo | Automatically creates universal libraries for iOS applications | 538 |