1 2 3 4 5 6 7
//! The Producer side: Interface to create and read submissions #[cfg(feature = "client-logic")] pub mod client; pub mod common; #[cfg(feature = "server-logic")] pub mod server;