two-sided-vec

Crates.iotwo-sided-vec
lib.rstwo-sided-vec
version0.1.11
sourcesrc
created_at2018-02-23 07:29:05.684108
updated_at2021-01-20 04:18:00.594144
descriptionDouble ended vectors for rust, which can grow in both the front and back
homepage
repositoryhttps://github.com/DuckLogic/TwoSidedVec
max_upload_size
id52478
size55,119
(Techcable)

documentation

README

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.

Commit count: 16

cargo fmt