#vec-deque #allocate #structure #std #nothing #pushed #fi-fo

vecdep

A simple VecDeque implementation that doesn't allocate if nothing is pushed

1 unstable release

0.1.1 Jun 28, 2022

#3 in #pushed

MIT license

12KB
253 lines

A very basic FiFo like structure, that is like std's VecDeque, and doesn't allocate on creation.

It can be used inside static variables.

This library uses unsafe code and is only testet minimaly, I can't promise that it works on anything else then x64 windows, It should be compatible with most architectures though.

No runtime deps