1
0

feat: add SerDes concept for binstore

This commit is contained in:
2025-12-10 17:02:52 +08:00
parent e8241e21b9
commit a6668dff04
7 changed files with 280 additions and 1 deletions

View File

@ -38,6 +38,7 @@ PRIVATE
yycc/carton/clap/manual.cpp
yycc/carton/clap/parser.cpp
yycc/carton/clap/resolver.cpp
yycc/carton/binstore/types.cpp
)
target_sources(YYCCommonplace
PUBLIC
@ -101,6 +102,8 @@ FILES
yycc/carton/clap/validator.hpp
yycc/carton/clap/parser.hpp
yycc/carton/clap/resolver.hpp
yycc/carton/binstore/types.hpp
yycc/carton/binstore/serializer.hpp
yycc/carton/fft.hpp
)
# Setup header infomations