view src/lib.rs @ 12:86b39697bc0e

Move util module; add lines module; update writelog mod
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 31 Jan 2016 11:38:54 +0000
parents 29be98f95b18
children 895d6a1771db
line wrap: on
line source

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

#[test]
fn it_works() {
}