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
Xeverous avatar

Xeverous/fuser

0
View on GitHub↗
54 stars·3 forks·C++·MIT·16 views

Fuser

Header-only library for automatic (de)serialization of C++ types to/from JSON.

Features

  • Reflection and Serialization - Automatic JSON serialization for C++ types.

Star history

Star history chart for xeverous/fuserStar history chart for xeverous/fuser

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 Fuser

These projects share indexed features with Fuser. 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
  • jermp/essentialsjermp avatar

    jermp/essentials

    14View on GitHub↗

    ⚙️🛠️ Essential C++ utilities.

    C++
    View on GitHub↗14
  • 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
  • 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 xeverous/fuser do?

Header-only library for automatic (de)serialization of C++ types to/from JSON.

What are the main features of xeverous/fuser?

The main features of xeverous/fuser are: Reflection and Serialization.

Which projects share features with xeverous/fuser?

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. jermp/essentials — ⚙️🛠️ Essential C++ utilities. 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.