|
|
|
@ -10,10 +10,10 @@ mod ruma_wrapper; |
|
|
|
pub mod server_server; |
|
|
|
pub mod server_server; |
|
|
|
mod utils; |
|
|
|
mod utils; |
|
|
|
|
|
|
|
|
|
|
|
pub use database::Database; |
|
|
|
pub use database::{Config, Database}; |
|
|
|
pub use error::{Error, Result}; |
|
|
|
pub use error::{Error, Result}; |
|
|
|
pub use pdu::PduEvent; |
|
|
|
pub use pdu::PduEvent; |
|
|
|
pub use rocket::Config; |
|
|
|
pub use rocket::Config as RocketConfig; |
|
|
|
pub use ruma_wrapper::{ConduitResult, Ruma, RumaResponse}; |
|
|
|
pub use ruma_wrapper::{ConduitResult, Ruma, RumaResponse}; |
|
|
|
use std::ops::Deref; |
|
|
|
use std::ops::Deref; |
|
|
|
|
|
|
|
|
|
|
|
|