about summary refs log tree commit diff stats
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 1f278a4..a0858b5 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1 +1,9 @@
 pub mod service;
+#[cfg(feature = "protocol")]
+pub mod protocol;
+
+// re-exports
+pub use self::service::{Service, ServiceConf, ServiceState};
+#[cfg(feature = "protocol")]
+pub use self::protocol::SalarymanPacket;
+