Pascal Hertleif
Pascal Hertleif
This came up when [discussion](https://gitter.im/rust-lang/WG-CLI?at=5adb48525f188ccc158b3f86) packaging and distributing CLI tools, but it might also concern @rust-lang-nursery/cargo
@Keats has a pretty neat template (for kickstart) here: https://github.com/Keats/rust-cli-template
Thanks so much for the thorough review, @stjepang! This is amazing! > By the way, the book was easy to follow and I learned something new while reading it. I...
Pushed what I think is the rest of @stjepang's suggestions to master so it shows up here directly.
Nice! Sorry it took me a while to reply. I still don't know what the exact context for this is and how you'll use it, but one thing I'd definitely...
> Hmm, all of that is very interesting—I feel like I'm learning a lot from this conversation, so thanks for taking the time. Cool! I'm happy to! > Are you...
also cf. https://github.com/rust-rfcs/const-eval/issues/25
- cf. https://github.com/japaric/trust/ - https://github.com/crate-ci/crate-ci.github.io by @epage - cargo-install doesn't respect Cargo.lock - help fix https://github.com/rust-lang/cargo/issues/2263
Distribute documentation: - documentation of env vars a CLI app repsects/uses - auto-generate from something like ? - how to incorporate external crates, like env_logger? - there seems to be...
From the etherpad: > - Guides/How-Tos > - Deb, RPM, AUR, Homebrew, Snap, Flatpak, AppImage, nixpkgs > - Automation > - cargo subcommands > - Using CI > > If...