rust-embedded / heapless

Heapless, `static` friendly data structures
Apache License 2.0
1.56k stars 185 forks source link

Add support for external, non-owned storage #517

Open Zeggia opened 4 weeks ago

Zeggia commented 4 weeks ago

Would it be helpful to add support for a storage mechanism that uses an external, pre-allocated slice? This would allow the use of memory allocated by an external library (such as a C static library), without transferring ownership to the storage.