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,4 +1,5 @@
pub(crate) mod axum;
mod auth;
mod request;
mod xmatrix;
use std::ops::Deref;