view src/formats/mod.rs @ 43:ab7d19e012e0

Move record types into separate module
author Lewin Bormann <lbo@spheniscida.de>
date Mon, 01 Feb 2016 21:02:34 +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;