meta: add serial module for (de)serialising objects

This commit is contained in:
2025-06-27 21:53:40 +01:00
parent 2ced9a8309
commit c987f34693
9 changed files with 3862 additions and 1 deletions

3
serial/bitcode.c Normal file
View File

@@ -0,0 +1,3 @@
#include "serial.h"
const struct b_serial_format_ops z__b_bitcode_format_ops = {};