split s2s into units

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-06-05 04:32:58 +00:00 committed by June 🍓🦴
parent 38238c309f
commit 3af153f5ae
23 changed files with 2260 additions and 2092 deletions

View file

@ -1,7 +1,7 @@
pub mod client_server;
pub mod router;
mod ruma_wrapper;
pub mod server_server;
pub mod server;
extern crate conduit_core as conduit;
extern crate conduit_service as service;