rust-embedded / heapless

Heapless, `static` friendly data structures
Apache License 2.0
1.52k stars 181 forks source link

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

Closed sosthene-nitrokey closed 3 months ago

sosthene-nitrokey commented 3 months ago

Like the others, this will maintains backwards compatibility with:

TODO: Add this to #494 when merging