view src/lib.rs @ 30:03ea3c83f499

Add tests to map module
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 31 Jan 2016 17:05:33 +0000
parents 68f181727187
children def737737bc8
line wrap: on
line source

//! Implements a mapreduce process bounded to one machine;
//! this is supposed to result in better data parallelization.
//!

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



#[test]
fn it_works() {}