yoshuawuyts / crossgen

Cross compilation template generator
https://docs.rs/crossgen
Apache License 2.0
20 stars 5 forks source link

crossgen

crates.io version build status downloads docs.rs docs

Cross compilation template generator. Automated version of trust.

Usage

crossgen 0.1.0
Cross compilation template generator

USAGE:
    crossgen [FLAGS] [OPTIONS] [dir]

FLAGS:
    -h, --help         Prints help information
    -P, --pretty       Enable pretty printing.
    -V, --version      Prints version information
    -v, --verbosity    Pass many times for more log output

OPTIONS:
    -n, --name <name>    Project name. Defaults to target directory name

ARGS:
    <dir>    Target directory [default: .]

Installation

$ cargo install crossgen

License

MIT OR Apache-2.0