cons-list 0.0.3

An immutable singly-linked list, as seen in basically every functional language
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
authors = ["Alexis Beingessner <a.beingessner@gmail.com>"]
description = "An immutable singly-linked list, as seen in basically every functional language"
documentation = "https://contain-rs.github.io/cons-list/cons_list"
homepage = "https://github.com/contain-rs/cons-list"
keywords = ["data-structures"]
license = "MIT/Apache-2.0"
name = "cons-list"
readme = "README.md"
repository = "https://github.com/contain-rs/cons-list"
version = "0.0.3"