view src/lib.rs @ 32:9e6cdeb49c8c

Fix shard() trait method
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 31 Jan 2016 19:32:48 +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() {}