view src/formats/mod.rs @ 50:603c38d64cd5

Experiment: Pre-fetch larger buffers from shards
author Lewin Bormann <lbo@spheniscida.de>
date Wed, 03 Feb 2016 21:15:39 +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;