Crate armory

Crate armory 

Source
Expand description

a data structure that enables quick random access/insertion/removal of unordered items without reallocating or shifting elements

Modules§

error
errors associated with the depot data structure
link
code for linking empty memory cells in a depot data structure
space
code for storing individual memory cells in a depot data structure

Structs§

ArrayDepot
an implementation of ParkingLot that uses a fixed-size array as backing memory
VecDepot
an implementation of ParkingLot that uses a resizable vector as backing memory

Traits§

Depot
capability to store values in a depot data structure implementation