feat: split rmc off from prudp, make macros crate location independent and add tls connection setup
This commit is contained in:
parent
0a1e49d9bc
commit
9da91bb835
24 changed files with 1218 additions and 420 deletions
22
src/lib.rs
22
src/lib.rs
|
|
@ -1,11 +1,17 @@
|
|||
mod endianness;
|
||||
mod prudp;
|
||||
extern crate self as splatoon_server_rust;
|
||||
|
||||
pub mod endianness;
|
||||
pub mod prudp;
|
||||
pub mod rmc;
|
||||
//mod protocols;
|
||||
|
||||
mod grpc;
|
||||
mod kerberos;
|
||||
mod nex;
|
||||
mod result;
|
||||
mod versions;
|
||||
mod web;
|
||||
pub mod grpc;
|
||||
pub mod kerberos;
|
||||
pub mod nex;
|
||||
pub mod result;
|
||||
pub mod versions;
|
||||
pub mod web;
|
||||
pub mod common;
|
||||
pub mod reggie;
|
||||
pub mod rnex_proxy_common;
|
||||
pub mod util;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue