1 unstable release
Uses old Rust 2015
0.1.0 | Dec 7, 2017 |
---|
#8 in #cons
12KB
278 lines
cons-list-rs
A Rust cons list implementation (the nth one, given that it's an example in the book).
lib.rs
:
An immutable cons list designed to be easily and cheaply sharable through cloning.