free 0.0.1

Macro-based free monads in Rust
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]

name = "free"
version = "0.0.1"
authors = [ "Darin Morrison <darinmorrison+epsilonz@gmail.com>" ]
description = "Macro-based free monads in Rust"
documentation = "http://www.rust-ci.org/epsilonz/free.rs/doc/free/"
keywords = ["algebra", "category-theory", "functional", "monads", "stackless"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/epsilonz/free.rs"

[dependencies.free_macros]
path = "macros"
version = "*"