summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-12-30 14:16:34 +0200
committerLars Wirzenius <liw@liw.fi>2020-12-30 15:25:29 +0200
commit776b2c134c3096b8a7cf1742cbcda13f0527e415 (patch)
tree032ccd40e9db637df1ff68cdb46b8deda1ade27c /src/lib.rs
parent6b9553945683e2b01404673e37e8b951b32a993e (diff)
downloadobnam2-776b2c134c3096b8a7cf1742cbcda13f0527e415.tar.gz
feat: add GenerationList
Various part of Obnam will need to deal with lists of generations. Abstract this.
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 995cdeb..1880758 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -9,6 +9,7 @@ pub mod cmd;
pub mod fsentry;
pub mod fsiter;
pub mod generation;
+pub mod genlist;
pub mod index;
pub mod indexedstore;
pub mod server;