3 releases

Uses old Rust 2015

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

#2595 in Data structures

Download history 1/week @ 2024-11-13 1/week @ 2024-11-20 1/week @ 2024-11-27 14/week @ 2024-12-04 41/week @ 2024-12-11 4/week @ 2024-12-18 6/week @ 2025-01-08 10/week @ 2025-01-15 4/week @ 2025-01-22 6/week @ 2025-01-29 28/week @ 2025-02-05 31/week @ 2025-02-12 8/week @ 2025-02-19 17/week @ 2025-02-26

86 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.


lib.rs:

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

No runtime deps