view src/formats/mod.rs @ 49:8a2538cbac8a

Turns out, you have to use the same sorting function everywhere for the sort to work.
author Lewin Bormann <lbo@spheniscida.de>
date Wed, 03 Feb 2016 20:50: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;