Serialization/serde library in rust which tags structs with ids?

· Users Rust Lang · Aug. 23, 2026, 4:20 a.m.
Summary
The author discusses a challenge faced while sending serialized Rust structs over TCP, specifically the issue of maintaining type information and suggests the need for a library that can handle tagging structs with IDs to avoid naming conflicts.