view src/formats/mod.rs @ 8:bb148e9edb78

Implement IntoIterator<IntoIter=RecordIterator> for WLR
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 30 Jan 2016 21:57:26 +0000
parents 9e4aafb22d74
children 86b39697bc0e
line wrap: on
line source

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

// TODO: Write input module for text files
//
pub mod writelog;