10 open-source projects similar to xeverous/fuser, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.
C++ compile-time enum to string, iteration, in a single header file
Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.
Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum
Serialization library written in C++17 - Pack C++ structs into a compact byte-array without any macros or boilerplate code
Header-only, non-intrusive and macro-free runtime reflection system in C++
Cereal is a C++ serialization library and object persistence tool used to convert data types and containers into formats for storage or transmission. It is implemented as a header-only library, allowing it to be included directly in source code without the need for a compiled binary. The library supports multiple data representations, including binary, XML, and JSON. It provides the ability to define custom archives, enabling the development of specialized output formats to control how data is encoded and stored. The system handles the conversion of complex objects through template-based ser
Static reflection for C++17 (compile-time enumeration, attributes, proxies, overloads, template functions, metaprogramming).