view src/formats/mod.rs @ 52:6a51cc42d1a6

Move sort/comparison functions into own module
author Lewin Bormann <lbo@spheniscida.de>
date Fri, 05 Feb 2016 21:17: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;