heapless
heapless copied to clipboard
Feature gating types
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.