Crate linked_list [] [src]

An alternative implementation of std::collections::LinkedList, featuring experimental Cursor-based APIs.

Structs

Cursor

A cursor over a LinkedList.

IntoIter

An iterator over the items of a LinkedList.

Iter

An iterator over references to the items of a LinkedList.

IterMut

An iterator over mutable references to the items of a LinkedList.

LinkedList

An experimental rewrite of LinkedList to provide a more cursor-oriented API.