Skip to content

Double ended vectors for rust, which can grow in both the front and back

License

Notifications You must be signed in to change notification settings

DuckLogic/TwoSidedVec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Double ended vectors for rust, which can grow in both the front and back

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages