#data-structures #list #cons #iterator #ord #append

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

#239 in #data-structures

Download history 18/week @ 2023-10-06 17/week @ 2023-10-13 23/week @ 2023-10-20 23/week @ 2023-10-27 23/week @ 2023-11-03 17/week @ 2023-11-10 21/week @ 2023-11-17 26/week @ 2023-11-24 25/week @ 2023-12-01 18/week @ 2023-12-08 24/week @ 2023-12-15 23/week @ 2023-12-22 12/week @ 2023-12-29 19/week @ 2024-01-05 22/week @ 2024-01-12 25/week @ 2024-01-19

78 downloads per month

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.


lib.rs:

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

No runtime deps