cargo-xbuild 0.5.18

Automatically cross-compiles the sysroot crates core, compiler_builtins, and alloc.
Documentation
extern crate xargo_lib;

pub fn main() {
    xargo_lib::main_common("check");
}