<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>C++ on PikachuHy's Blog</title><link>https://pikachuhya.github.io/tags/c++/</link><description>Recent content in C++ on PikachuHy's Blog</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Thu, 14 May 2026 11:15:56 +0800</lastBuildDate><atom:link href="https://pikachuhya.github.io/tags/c++/index.xml" rel="self" type="application/rss+xml"/><item><title>Your C++ struct is the schema: a proto3 serializer in C++26 reflection</title><link>https://pikachuhya.github.io/posts/serde-proto3-with-cxx26-reflection/</link><pubDate>Thu, 14 May 2026 11:15:56 +0800</pubDate><guid>https://pikachuhya.github.io/posts/serde-proto3-with-cxx26-reflection/</guid><description>&lt;p&gt;I built a header-only proto3 wire-format library with one constraint: &lt;strong&gt;no &lt;code&gt;.proto&lt;/code&gt; files, no codegen, no descriptor runtime&lt;/strong&gt;. The user writes a plain C++ struct, and that struct &lt;em&gt;is&lt;/em&gt; the schema:&lt;/p&gt;</description></item></channel></rss>