#immutability

cons-list

An immutable singly-linked list, as seen in basically every functional language

3 releases

Uses old Rust 2015

0.0.3 Jul 31, 2017
0.0.2 Jul 4, 2015
0.0.1 Mar 31, 2015

#83 in #immutability

Download history 7/week @ 2025-10-12 21/week @ 2025-10-19 10/week @ 2025-10-26

51 downloads per month
Used in 2 crates (via tt-toolkit)

MIT/Apache

15KB
382 lines

An immutable singly-linked list, as seen in basically every functional language.

Documentation is available at https://contain-rs.github.io/cons-list/cons_list.

No runtime deps