fun 0.0.1

A small prelude for functional programming in Rust
1
2
3
4
5
6
#![feature(unboxed_closures)]

//! This crate defines a small prelude for functional programming in Rust with
//! [epsilonz](https://github.com/epsilonz).

pub mod data;