From 2df86268298de8a4961c3296c19b0767565453e8 Mon Sep 17 00:00:00 2001 From: yuzu Date: Fri, 1 Aug 2025 08:48:17 +0000 Subject: unix socket get git-svn-id: svn+ssh://diminuette.aengel.lesbianunix.dev/salaryman/trunk@17 b9215c17-b818-4693-b096-d1e41a411fef --- src/lib.rs | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/lib.rs') 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; + -- cgit 1.4.1-2-gfad0