Files
neon/libs/utils
John Spray 5a217791fd libs: give TenantTimelineId a compact string serialization
The existing derive'd Serialize/Deserialize were not used anywhere.

To enable using TenantTimelineId as a key in JSON maps, serialize
as a comma separated string.  This is also a more compact
representation.
2023-08-23 10:33:44 +01:00
..