view src/lib.rs @ 10:3f35e5705cc2

Make RecordIterator a generic type Damn, I'm just too Gopher for Rust
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 30 Jan 2016 22:18:15 +0000
parents 29be98f95b18
children 86b39697bc0e
line wrap: on
line source

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

#[test]
fn it_works() {
}