| Crates.io | cargo-bin-lib |
| lib.rs | cargo-bin-lib |
| version | 0.1.0 |
| created_at | 2018-02-23 14:51:27.753473+00 |
| updated_at | 2018-02-23 14:51:27.753473+00 |
| description | Cargo subcommand for more ergonomically creating a `bin` or `lib` crate. |
| homepage | https://github.com/ramn/cargo-bin-lib |
| repository | https://github.com/ramn/cargo-bin-lib |
| max_upload_size | |
| id | 52527 |
| size | 2,718 |
Cargo subcommand for more ergonomically creating a bin or lib crate.
Instead of cargo new --bin <args>, simply invoke cargo bin <args>. The same
goes for lib.
No more confusion whether --bin or --lib is the default!
cargo install cargo-bin-lib