1
2
3
4
5
6
/*!
This module contains data structures useful for implementing repository
backends.
*/

pub mod flatfile;