format, implement unixsocket rpc

This commit is contained in:
2025-05-31 08:26:03 +03:00
parent 9b3ac150bd
commit 37f9ab78ec
34 changed files with 1435 additions and 445 deletions

View File

@@ -108,7 +108,6 @@ pub fn (mut b Encoder) add_currency(data currency.Amount) {
b.add_f64(data.val)
}
// adds a float64 value
pub fn (mut b Encoder) add_f64(data f64) {
// Convert f64 to bits first, then store as u64