Cross compilation template generator
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github
scripts
src
templates
tests
.gitignore
.travis.yml
CERTIFICATE
CHANGELOG.md
Cargo.toml
LICENSE-APACHE
LICENSE-MIT
README.md
build.rs
rustfmt.toml

README.md

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