Crate deepmesa_lists[][src]

Modules

A doubly linked list that owns the nodes and can pre-allocate memory for performance. This linked list allows pushing and popping elements at either end in constant time with the same API as std::collections::LinkedList.