fix: fix sending back incorrect supported functions

This commit is contained in:
DJMrTV 2025-05-17 22:13:48 +02:00
commit 1d1781c7d7
5 changed files with 30 additions and 11 deletions

11
src/lib.rs Normal file
View file

@ -0,0 +1,11 @@
mod endianness;
mod prudp;
pub mod rmc;
//mod protocols;
mod grpc;
mod kerberos;
mod nex;
mod result;
mod versions;
mod web;