two-sided-vec 0.1.5

Double ended vectors for rust, which can grow in both the front and back
two-sided-vec-0.1.5 doesn't have any documentation.

TwoSidedVec crates.io

A vector that can grow both forwards and backwards.

It's effectively equivelant two seperate back and front vectors, with the back elements accessed by negative indexes.