1 2 3 4 5 6 7 8 9 10
[dependencies] [package] authors = ["foxcirc"] description = "A simple VecDeque implementation that doesn't allocate if nothing is pushed." edition = "2021" license = "MIT" name = "vecdep" resolver = "2" version = "0.1.1"