two-sided-vec 0.1.3

Double ended vectors for rust, which can grow in both the front and back
docs.rs failed to build two-sided-vec-0.1.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: two-sided-vec-0.1.11

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.