Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
feat(src/lib.rs): allow use of new modules
Lars Wirzenius committed 2 years ago
commit f298cc3ebd8bcb72ce530558b0d112c6da856e93
parent 30ea57549e7a5015541f3b58cbe71773a372d9c1
1 file changed +5 -0
modified src/lib.rs
@@ -5,7 +5,12 @@
//! node, filter the events, and to communicate with a adapter spawned
//! as a child process.

+
pub mod adapter;
+
pub mod broker;
pub mod config;
pub mod error;
pub mod event;
pub mod msg;
+
pub mod run;
+
#[cfg(test)]
+
pub mod test;