summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorStuart Stock <stuart@int08h.com>2019-01-21 20:45:46 -0600
committerStuart Stock <stuart@int08h.com>2019-01-21 20:45:46 -0600
commita3394f33f0dcc723a4ef3e2fe4667eaecdede653 (patch)
tree6df07e37a7716acd804c716cc435d28ee520e9b9 /src/lib.rs
parenta84573f053e4ab36dda3b82b8811bc20dd991844 (diff)
downloadroughenough-a3394f33f0dcc723a4ef3e2fe4667eaecdede653.zip
Initial add of simple stats collector
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 6e7a88a..211f182 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -68,6 +68,7 @@ pub mod kms;
pub mod merkle;
pub mod server;
pub mod sign;
+pub mod stats;
pub use crate::error::Error;
pub use crate::message::RtMessage;