view src/formats/mod.rs @ 74:fb6d8991bcc9

Add SinkGenerator implementation that yields buffers to write to
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 07 Feb 2016 09:15:47 +0000
parents 86b39697bc0e
children 3f5766b3a0f6
line wrap: on
line source

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

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