first commit

This commit is contained in:
陈赣
2026-06-03 12:43:14 +08:00
commit ba76cfae28
608 changed files with 120791 additions and 0 deletions

7
third_party/cereal/README.md vendored Normal file
View File

@@ -0,0 +1,7 @@
cereal project from https://github.com/USCiLab/cereal
used for serializing objects to json or xml.
**NOTE**
has changed `#include` from absolute path to relative path.