cons 0.0.1

Placeholder for a Rust library providing the Cons functionality that many functional programming languages provide.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "cons"
version = "0.0.1"
authors = ["bjnyfv <bjnyfv@users.noreply.github.com>"]
description = "Placeholder for a Rust library providing the Cons functionality that many functional programming languages provide."
repository = "https://github.com/bjnyfv/cons"
readme = "README.md"
license = "MIT"
publish = true

[dependencies]