Registry / build-tool / cross
library0.2.5rscratesunverified

Zero setup cross compilation and cross testing for Rust projects.

# Cargo.toml [dependencies] cross = "0.2.5"
INSTALL
IMPORT
SIG · CROSS
C
cross
build-toolrustv0.2.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Cross
use cross::Cross;

Cross compile a project for a target architecture.

use cross::Cross; fn main() { let cross = Cross::new(); cross.build("aarch64-unknown-linux-gnu").unwrap(); }
Debug
Known issues
gotchaRequires Docker or Podman to be installed and running.
fix
Install Docker or Podman and ensure the daemon is running.
affects: >=0.2.0
Upgrade
Version history
0.2.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
OpenAI (training)
1
Resources