Crate cross

Source
Expand description

crates.io crates.io Matrix

§cross

⚠️ Warning: The cross library is for internal use only: only the command-line interface is stable. The library may change at any point for any reason. For documentation on the CLI, please see the repository README or the wiki.

Re-exports§

pub use self::errors::install_panic_hook;
pub use self::errors::install_termination_hook;
pub use self::rustc::TargetList;
pub use self::rustc::VersionMetaExt;

Modules§

docker
errors
rustc
shell
temp

Structs§

CargoMetadata

Enums§

Host
Subcommand
Target

Constants§

CROSS_LABEL_DOMAIN

Traits§

CommandExt
OutputExt
ToUtf8

Functions§

cargo_command
cargo_metadata_with_args
Cargo metadata with specific invocation
pretty_path
Pretty format a file path. Also removes the path prefix from a command if wanted
run

Type Aliases§

Result
type alias for Result<T, Report>