qicosmos/iguana
universal serialization engine observed · 2026-08-28
Health v2 · maintenance only
91/100
- Activity 97
- Release rhythm 78
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 85
- age_days: 3526
- days_rel: 70
- days_push: 21
- n_releases_24m: 6
Adoption not part of the score
1330 stars · 241 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
iguana is a C++17/C++20 header-only serialization engine built on compile-time reflection, supporting JSON, XML, YAML, and binary/protobuf formats. It can also leverage C++26 static reflection when compiled with a reflection-capable compiler.
Use cases
- serialize C++ structs to
- parse into C++ objects without runtime overhead
- convert structs to xml or yaml
- serialize objects to a protobuf-like binary format
- implement custom serialization formats via reflection
- fast zero-copy parsing in C++
When to choose
- you need high-performance serialization in modern C++ without code generation
- you want one library to handle multiple formats (, xml, yaml, binary)
- you can use C++17/20 and want compile-time reflection instead of macros or runtime introspection
When to avoid
- you need language-agnostic schema evolution like full protobuf ecosystem support
- your compiler is old and lacks C++17 support
- you need serialization across many languages, not just C++
Facets
library · maturity active
serialization parser developer-tools backend apis windows cpp cross-platform compile-time-reflection c-plus-plus xml yaml protobuf header-only c-plus-plus-20 linux macos
1 source
- readme: https://github.com/qicosmos/iguana · fetched 2026-08-28 · 018897ffdf23
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| qicosmos/iguana | main | 91 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem