Description
A Haskell library for tagged binary serialization. Tags help associate serialized values with type or version information so data can be interpreted more safely when read back.
Developers use it when binary data needs extra structure beyond raw encoding. Versioning and compatibility should still be designed carefully before storing long-lived data.