Skip to content

A double-ended Vec that, unlike VecDeque, stores its elements in a contiguous array.

License

Notifications You must be signed in to change notification settings

mikeyhew/rust-dvec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-dvec

A double-ended Vec that, unlike VecDeque, stores its elements in a contiguous array.

Hey there. This is some code I wrote, after getting the idea from this answer on StackOverflow. It's not really finished, and I'm not sure I'll ever finish it... but if you're interested, I'll release it with a permissive license so you can use it as a starting point.

Update I'm realeasing it under the MIT License (see ./LICENSE). If you need something else, post an issue.

About

A double-ended Vec that, unlike VecDeque, stores its elements in a contiguous array.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages