-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Potential crates to recommend #6
Comments
I'm unsure whether
|
I think in a world where Cargo has per-machine (as opposed to per-project) binary cache, I personally would certainly prefer |
I'm seeing the potential for that now and am really liking it. While there are benefits to pushing people to a standard workflow, there are some things that can't be standardized (like changelog practices) and giving people a toolbox for how to release that they can build up as needed is a really interesting idea. |
|
I am not actually sure: clap provides high-quality argument parsing, at the cost of high compile times. I think for xtasks, super-fancy arg parsing is not required, so something like pico-args might be a better choice |
(sorry, needing to rush again or else I'd create a PR)
Immediately useful:
escargot
: a cargo APICould be refactored to be useful
cargo suity
The text was updated successfully, but these errors were encountered: