heapless
heapless copied to clipboard
Heapless, `static` friendly data structures
Results
121
heapless issues
Sort by
recently updated
recently updated
newest added
I basically need `smoltcp`'s [`RingBuffer`](https://docs.rs/smoltcp/0.12.0/smoltcp/storage/struct.RingBuffer.html) in a dedicated library, because I want to use it in a non-networking context. You currently cannot use it without adding a dependency to `smoltcp`...