functional_list 0.1.0

A functional, immutable list for Rust
Documentation
1
2
3
4
5
6
7
# functional_list

This library provides an immutable, singly-linked list
implementation designed to be used with as little
mutation as possible.

See the `list` module documentation for more details.