move decimal fn to common and reuse it with client and server

This commit is contained in:
Priec
2026-08-07 19:34:03 +02:00
parent 9ef28630dc
commit 251b1ae13d
6 changed files with 117 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
// common/src/lib.rs
pub mod search;
pub mod decimal;
pub mod grpc_error;
pub mod relationship;