Nameof C++
Magic Enum C++
Nameof C++ | Magic Enum C++ | |
---|---|---|
5 | 44 | |
2,084 | 4,909 | |
- | - | |
4.6 | 7.7 | |
20 days ago | 20 days ago | |
C++ | C++ | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Nameof C++
Magic Enum C++
-
What C++ library do you wish existed but hasn’t been created yet?
I'm not sure this is quite what you're asking for, but this library has been super helpful to me in the past : https://github.com/Neargye/magic_enum
- Usable Magic Enums for C++
-
Fully Permissive License C++ Logger For Embedded System
Also, a shoutout to Magic Enum: https://github.com/Neargye/magic_enum
- Favorite Ways of Stringifying Enums
-
enum_name (yet another enum to/from string conversion utility >=C++11)
What does this have to offer over magic_enum?
-
quill v2.7.0 released - Asynchronous Low Latency C++ Logging Library
But it's a hack, and I prefer not to use hacks in production, because of their significant limitations:
-
Enums print numbers instead of words
You can either write a to string(view) function for your enum or use https://github.com/Neargye/magic_enum
-
Enums with methods
Why reinvent the wheel? magic_enum
-
Error: Boost bimap can't convert const CompatibleKey to Key&
Also if you want to convert enum members to string representation I suggest you just use magic_enum instead, much smaller dependency.
-
Macro to write enum and converter from and to string
Magic Enum provides that.
What are some alternatives?
smf - Fastest RPC in the west
Protobuf - Protocol Buffers - Google's data interchange format
Bitsery - Your binary serialization library
cereal - A C++11 library for serialization
LeapSerial - The Leap Motion cross-format, cross-platform declarative serialization library
Boost.Serialization - Boost.org serialization module
cppcodec - Header-only C++11 library to encode/decode base64, base64url, base32, base32hex and hex (a.k.a. base16) as specified in RFC 4648, plus Crockford's base32. MIT licensed with consistent, flexible API.
FlatBuffers - FlatBuffers: Memory Efficient Serialization Library
protobuf-c - Protocol Buffers implementation in C
protozero - Minimalist protocol buffer decoder and encoder in C++
SBE - Simple Binary Encoding (SBE) - High Performance Message Codec
pfr - std::tuple like methods for user defined types without any macro or boilerplate code