You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
andString
).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.
The text was updated successfully, but these errors were encountered: