cons-list 0.0.3

An immutable singly-linked list, as seen in basically every functional language
Documentation
[package]

name = "cons-list"
version = "0.0.3"
license = "MIT/Apache-2.0"
description = "An immutable singly-linked list, as seen in basically every functional language"
authors = [
    "Alexis Beingessner <a.beingessner@gmail.com>",
]

repository = "https://github.com/contain-rs/cons-list"
homepage = "https://github.com/contain-rs/cons-list"
documentation = "https://contain-rs.github.io/cons-list/cons_list"
keywords = ["data-structures"]
readme = "README.md"