heapless icon indicating copy to clipboard operation
heapless copied to clipboard

Feature gating types

Open rjsberry opened this issue 2 years ago • 0 comments

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.

rjsberry avatar Jul 19 '23 23:07 rjsberry