rust-embedded/heapless

Add TwoSidedVec

Rosdf opened this issue · 2 comments

Rosdf commented

In one of my projects i need two sided vector (like this one https://docs.rs/two-sided-vec/latest/two_sided_vec/), but with static capacity. Thought that this library would be perfect place for it. I'm ready to take it one me and make PR.

Is this the same thing as std::collections::VecDeque?