crossgen

Crates.iocrossgen
lib.rscrossgen
version0.6.0
sourcesrc
created_at2018-08-21 19:52:37.057124
updated_at2018-11-06 09:47:16.732997
descriptionCross compilation template generator
homepage
repositoryhttps://github.com/yoshuawuyts/crossgen
max_upload_size
id80620
size58,772
Yosh (yoshuawuyts)

documentation

https://docs.rs/crossgen

README

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

Commit count: 38

cargo fmt