3 releases

Uses old Rust 2015

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

#2308 in Data structures

30 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