fun 0.0.1

A small prelude for functional programming in Rust
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]

version = "0.0.1"
name = "fun"
authors = ["Darin Morrison <darinmorrison+epsilonz@gmail.com>"]
description = "A small prelude for functional programming in Rust"
documentation = "http://epsilonz.github.io/fun.rs/doc/fun/"
keywords = ["functional", "prelude"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/epsilonz/fun.rs"

[lib]
name = "fun"
path = "src/lib.rs"