view src/lib.rs @ 27:67ce650d5de5

Run rustfmt
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 31 Jan 2016 16:21:32 +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() {}