serdepp icon indicating copy to clipboard operation
serdepp copied to clipboard

c++ serialize and deserialize adaptor library like rust serde.rs

Results 7 serdepp issues
Sort by recently updated
recently updated
newest added

## library type change - static library -> header-only - optional dependencies install flag removed ## new adaptor cli11 - add cli11 support attributes - add cli11 support adaptor -...

Hello! Would it make sense to have a non-intrusive version of the `DERIVE_SERDE` macro? I usually need to serialize/deserialize structures from APIs which I would rather not modify. I guess...

Hello! I noticed a crash when printing to `stdout` just by including ``: ```cpp #include #include int main(int argc, char* argv[]) { if (argc > 1) { std::cout

Hi, Could you please give us any idea how can we adapt serdepp with our C++14 project? Serdepp is the only suitable library for our project ( it's amazing between...

* The [magic_enum](https://github.com/Neargye/magic_enum.git) is worth learning, using modern cmake to build project * And would you use FetchContent to import 3rd repo, Because it is difficult for users in Chinese...

fix bug https://github.com/injae/serdepp/issues/64#issue-3747963973