split ruma_wrapper from_request() related.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-05-23 18:44:19 +00:00 committed by June 🍓🦴
parent 3f5349ad76
commit 3122648767
5 changed files with 404 additions and 332 deletions

View file

@ -1,6 +1,6 @@
pub mod client_server;
pub mod router;
pub(crate) mod ruma_wrapper;
mod ruma_wrapper;
pub mod server_server;
extern crate conduit_core as conduit;