Implement EuphVault

This commit is contained in:
Joscha 2022-06-20 11:10:25 +02:00
parent 58c6c90055
commit dcbad0a739
7 changed files with 362 additions and 7 deletions

View file

@ -4,6 +4,8 @@ use std::convert::Infallible;
use tokio::sync::{mpsc, oneshot};
pub use api::{Message, SessionView, Snowflake, Time, UserId};
enum Request {}
pub struct EuphRoom {