crate::atomic

This commit is contained in:
AF 2023-07-30 19:35:24 +00:00
parent 81904f1e1c
commit 7a6765b80e
2 changed files with 2 additions and 0 deletions

1
src/atomic.rs Normal file
View File

@ -0,0 +1 @@

View File

@ -1,6 +1,7 @@
//! # RADN
//! Rainbow something something Network.
pub mod atomic;
pub mod flow;
pub mod func;
pub mod mode;