view src/formats/mod.rs @ 21:10e930e0f531

Some docs, implement MRSinkGenerator for WriteLogWriter as Sink
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 31 Jan 2016 14:05:37 +0000
parents 86b39697bc0e
children fb6d8991bcc9
line wrap: on
line source

//! Contains code for on-disk data structures and file formats.

pub mod lines;
pub mod writelog;
pub mod util;