-
-
Notifications
You must be signed in to change notification settings - Fork 397
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
Hide specific features of object
#559
Comments
Hi @Yatekii, I am happy to do these changes, if you are generally interested in this. What do you think? |
Hi @Urhengulas I'll gladly accep a PR for this. I am not a dependency fanatic myself so I wont put my time into it, but a slimmer dependency count is a good thing :) I do not even think that probe-rs needs a feature flag for this because we do not flash wasm. I would like to have no feature flags at all. If we have those, we have the same issue that OpenOCD suffers from. A fragmented set of the same tool with very distinct featuresets. I hope that answers the question :) Ping me if not :) |
Yes, I think I get your point. Will sit on it soon 😄 |
Is your feature request related to a problem? Please describe.
I'd like to decrease the dependency-chain of
probe-run
by not pulling in all dependencies of the default features ofobject
, e.g.wasmparser
in our case.Describe the solution you'd like
I'd like
probe-rs
to hide the more niche features ofobject
behind a feature flag. I am thinking of specific file support here.Describe alternatives you've consideredAdditional contextThe text was updated successfully, but these errors were encountered: