1 unstable release
0.1.1 | Jun 28, 2022 |
---|
#4 in #pushed
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.