Crate linked[][src]

Expand description

A fairly straight forward but flexible implementation of a Linked List. No reason to use this over the standard libraries implementation though.

Modules

A set of iterator types for a LinkedList

Structs

LinkedList is an implementation of a singly-linked-list.