Crate pfds

Crate pfds 

Source

Structs§

HMIter
HSIter
HashMap
HashSet
Iter
List
A persistent (immutable) stack/list data structure.
Map
A persistent (immutable) ordered map data structure.
MapIter
An iterator over the key-value pairs of a Map.
Path
A persistent (immutable) multi-way tree with path-based navigation.
Queue
A persistent (immutable) FIFO queue data structure.
QueueIter
An iterator over the elements of a Queue.
Set
A persistent (immutable) ordered set data structure.
SetIter
An iterator over the elements of a Set.

Traits§

Hashable
TreeAcc
A trait for accumulating data while traversing a tree.