view src/lib.rs @ 4:0d7cfea10370

Add mapreducer interface and closure/funcptr implementation
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 30 Jan 2016 20:48:45 +0000
parents 9e4aafb22d74
children 29be98f95b18
line wrap: on
line source

pub mod formats;
pub mod mapreducer;
pub mod closure_mr;

#[test]
fn it_works() {
}