cargo-rustflags 0.1.2

Resolve effective RUSTFLAGS for a cargo target
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# cargo-rustflags

Resolve effective RUSTFLAGS for a cargo target.

## Usage: 

`cargo rustflags [--target ...] [--config ...]`

## Examples:

```
cargo rustflags --target x86_64-unknown-linux-gnu
cargo rustflags --config .cargo/other.toml --config 'target.x86_64-unknown-linux-gnu.rustflags=["-Clink-arg=-fuse-ld=lld"]'
```