Crates.io | two-sided-vec |
lib.rs | two-sided-vec |
version | 0.1.11 |
source | src |
created_at | 2018-02-23 07:29:05.684108 |
updated_at | 2021-01-20 04:18:00.594144 |
description | Double ended vectors for rust, which can grow in both the front and back |
homepage | |
repository | https://github.com/DuckLogic/TwoSidedVec |
max_upload_size | |
id | 52478 |
size | 55,119 |
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.