awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
jermp avatar

jermp/essentials

0
View on GitHub↗
14 stars·10 forks·C++·MIT·9 views

Essentials

⚙️🛠️ Essential C++ utilities.

Features

  • Reflection and Serialization - Transparent serialization and deserialization.

Star history

Star history chart for jermp/essentialsStar history chart for jermp/essentials

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Essentials

These projects share indexed features with Essentials. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • felixguendling/cistafelixguendling avatar

    felixguendling/cista

    2,225View on GitHub↗

    Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.

    C++benchmarkcppcpp17
    View on GitHub↗2,225
  • neargye/nameofNeargye avatar

    Neargye/nameof

    2,322View on GitHub↗

    Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum

    C++
    View on GitHub↗2,322
  • nemequ/hedleynemequ avatar

    nemequ/hedley

    890View on GitHub↗

    A C/C++ header to help move #ifdefs out of your code

    C++
    View on GitHub↗890
  • aantron/better-enumsaantron avatar

    aantron/better-enums

    1,821View on GitHub↗

    C++ compile-time enum to string, iteration, in a single header file

    C++
    View on GitHub↗1,821
Compare all 10 related projects→

Frequently asked questions

What does jermp/essentials do?

⚙️🛠️ Essential C++ utilities.

What are the main features of jermp/essentials?

The main features of jermp/essentials are: Reflection and Serialization.

Which projects share features with jermp/essentials?

Projects with overlapping indexed features include: aantron/better-enums — C++ compile-time enum to string, iteration, in a single header file. felixguendling/cista — Cista is a simple, high-performance, zero-copy C++ serialization & reflection library. neargye/nameof — Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum. nemequ/hedley — A C/C++ header to help move #ifdefs out of your code. nixman/yas — Yet Another Serialization. p-ranav/alpaca — Serialization library written in C++17 - Pack C++ structs into a compact byte-array without any macros or boilerplate…