feat: implement MessagePack codec for server functions
Some checks failed
Build MIPS Binary / build (push) Failing after 1m12s

This commit is contained in:
spinline
2026-02-11 02:01:02 +03:00
parent 40c9f66e5c
commit 6a882b75b6
3 changed files with 119 additions and 5 deletions

View File

@@ -11,6 +11,8 @@ pub mod xmlrpc;
#[cfg(feature = "ssr")]
pub mod db;
pub mod codec;
pub mod server_fns;
#[derive(Clone, Debug)]