Expand description

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.

Structs

A FiFo style queue, similar but not as powerful as std’s VecDeque.