nicoburns / blessed-rs

A community guide to the Rust ecosystem
https://blessed.rs
1.17k stars 66 forks source link

Add `heapless` to `Common > General > Stack-allocated arrays` (and other data structures) #108

Open ariasanovsky opened 4 months ago

ariasanovsky commented 4 months ago

Alongside arrayvec and tinyvec, heapless has stack-allocated arrays, but also includes:

djc commented 4 months ago

With 1.6M recent downloads, I think it would make sense to add this.