Skip to content
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

Feature gating types #372

Open
rjsberry opened this issue Jul 19, 2023 · 0 comments
Open

Feature gating types #372

rjsberry opened this issue Jul 19, 2023 · 0 comments

Comments

@rjsberry
Copy link
Contributor

rjsberry commented Jul 19, 2023

I've used heapless in a number of applications now and I often find I only use a subset of its functionality (e.g. just Vec and String).

It would be nice if we could gate types behind feature flags. For simpler use cases this could eliminate all build and runtime dependencies. This keeps the dependency graph lean which can be an important factor when evaluating crates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants