refactor for to make it can use as mod

This commit is contained in:
open-trade 2021-03-19 17:25:58 +08:00
parent f864e6988f
commit 5277ace042
2 changed files with 6 additions and 0 deletions

2
mod.rs Normal file
View File

@ -0,0 +1,2 @@
mod src;
pub use src::*;

4
src/mod.rs Normal file
View File

@ -0,0 +1,4 @@
pub mod relay_server;
pub mod rendezvous_server;
mod sled_async;
use sled_async::*;