cargo-print

Crates.iocargo-print
lib.rscargo-print
version0.1.6
sourcesrc
created_at2019-09-09 17:21:21.566553
updated_at2021-11-28 17:28:51.908366
descriptionA cargo subcommand to print information in a shell-convenient format.
homepagehttps://github.com/alecmocatta/cargo-print
repositoryhttps://github.com/alecmocatta/cargo-print
max_upload_size
id163578
size31,069
Alec Mocatta (alecmocatta)

documentation

https://docs.rs/cargo-print

README

cargo-print

Crates.io MIT / Apache 2.0 licensed Build Status

📖 Docs | 💬 Chat

A cargo subcommand to print information in a shell-convenient format. Useful for CI.

Can be installed and run like so:

cargo install cargo-print
cargo print examples [--no-default-features] [--features <FEATURES>...] [--all-features]
# prints examples that can be run given the specified features
cargo print publish
# prints packages of a workspace in order for publishing
cargo print package
# prints the name of the package in the current directory
cargo print directory <package-name>
# prints the directory of the specified package
cargo print host
# prints rustc's host triple

License

Licensed under either of

at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 28

cargo fmt