rust-embedded / heapless

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

SortedLinkedList: add SortedLinkedListView, similar to VecView on top of #486 #497

Closed sosthene-nitrokey closed 4 months ago

sosthene-nitrokey commented 4 months ago

Like the others, this will maintains backwards compatibility with:

TODO: Add this to #494 when merging