view src/formats/mod.rs @ 45:46fdc16f8098

Add LICENSE file. This license's terms apply retroactively.
author Lewin Bormann <lbo@spheniscida.de>
date Tue, 02 Feb 2016 07:18:38 +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;