view src/formats/mod.rs @ 83:3f5766b3a0f6

Remove unneeded formats::fake module
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 07 Feb 2016 10:09:17 +0000
parents fb6d8991bcc9
children
line wrap: on
line source

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

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