https://github.com/guillaumedua/thot-io
Higly customizable C++ serialization
https://github.com/guillaumedua/thot-io
Last synced: 7 months ago
JSON representation
Higly customizable C++ serialization
- Host: GitHub
- URL: https://github.com/guillaumedua/thot-io
- Owner: GuillaumeDua
- License: mit
- Created: 2022-05-12T20:27:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-12T20:27:39.000Z (over 3 years ago)
- Last Synced: 2025-01-30T05:41:15.530Z (9 months ago)
- Language: C++
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# C++ Shelf
Collection of - Single-Header, header-only, C++ libraries files
| Profile | Build + tests badges |
| ------------------- | -------------------- |
| cmake-Ubuntu-gcc_11 | [](https://github.com/GuillaumeDua/CppShelf/actions/workflows/cmake-Ubuntu-gcc.yml) |
| cmake-Ubuntu-clang_13 | [](https://github.com/GuillaumeDua/CppShelf/actions/workflows/cmake-Ubuntu-clang.yml) |## [mp](https://github.com/GuillaumeDua/CppShelf/blob/main/includes/mp/csl/mp.hpp)
A collection of **C++ TMP** *(C++ template-metaprogramming)* utilities
## [wf](https://github.com/GuillaumeDua/CppShelf/blob/main/documentation/wf.md)
Generic **eDSL** builder - *as a route pattern* - to best translate **workflow**/use-cases in C++