view src/lib.rs @ 38:5fc9828af476

Don't print all files in LinesReader test
author Lewin Bormann <lbo@spheniscida.de>
date Mon, 01 Feb 2016 20:40:48 +0000
parents bda56504a12c
children ab7d19e012e0
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;
pub mod parameters;
pub mod shard_merge;


#[test]
fn it_works() {}