| Crates.io | functional_list |
| lib.rs | functional_list |
| version | 0.1.0 |
| created_at | 2021-01-07 18:16:11.094641+00 |
| updated_at | 2021-01-07 18:16:11.094641+00 |
| description | A functional, immutable list for Rust |
| homepage | |
| repository | https://github.com/MarioAndWeegee3/functional_list |
| max_upload_size | |
| id | 333887 |
| size | 55,560 |
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.