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;