1 unstable release

Uses old Rust 2015

0.1.0 Dec 7, 2017

#7 in #cons

Apache-2.0

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.

No runtime deps