summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-12-18 10:53:46 +0200
committerLars Wirzenius <liw@liw.fi>2021-12-19 11:06:06 +0200
commitc9c620bd44a7fd84e90e16ca632335fea20e94f7 (patch)
tree2951bfded74a822da0a4db16af36b8408cf6effd /src/lib.rs
parente5a830248d8a5d68a701377e0935fc9a8e3785a1 (diff)
downloadobnam-benchmark-c9c620bd44a7fd84e90e16ca632335fea20e94f7.tar.gz
feat: add abstraction for daemons and managing them
Sponsored-by: author
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 db53aac..87c57d1 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -28,6 +28,7 @@
//! This crate only collects data from a set of benchmarks. It does
//! not analyze the data. The data can be stored for later analysis.
+pub mod daemon;
pub mod obnam;
pub mod result;
pub mod specification;