Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Cargo udeps integration #26

Open
somehowchris opened this issue Dec 31, 2021 · 2 comments · May be fixed by #48
Open

Cargo udeps integration #26

somehowchris opened this issue Dec 31, 2021 · 2 comments · May be fixed by #48

Comments

@somehowchris
Copy link

Would it be possible to have an integration withcargo udeps? The goal would be to know if you define any dependencies which aren't used and takup time to compile for no reason for possible feature combinations

BTW lovely tool 😄

@somehowchris
Copy link
Author

somehowchris commented Apr 14, 2022

Hey @frewsxcv

I love this crate put I have come across some things I would love to be integrated.

Just to mention a few:

  • cargo bench doesn't matter if libench or citerion
  • cargo udeps a lovely command to check if and dependencies are just unused but always compiled
  • cross basicall a 1-to-1 "replacement" of cargo to do cross compiling, testing, .... everthing that cargo can do (uses cargo under the hood but allows a almost "zero hustle" cross compile setup)

Would you be in to have PRs for things like that? Or would you rather not as the list of commands would grow from 3 to 5 (if not more) and maybe a flag or something to use cross

Edit: nvm that cross part, gonna leave it in as it were some thoughts, but you can easily do cross build-all-features, because as said, it uses cargo under the hood

@somehowchris
Copy link
Author

Sry, didn‘t see #22 much cleaner

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant