feat: add register function

This commit is contained in:
DJMrTV 2025-05-07 22:57:50 +02:00
commit 33b0391ef3
5 changed files with 67 additions and 5 deletions

View file

@ -1,6 +1,7 @@
#![allow(async_fn_in_trait)]
pub mod auth;
pub mod secure;
use crate::prudp::socket::{ExternalConnection, SendingConnection};
use crate::rmc::message::RMCMessage;