Skip to content

1.0.0: Initial release.

Compare
Choose a tag to compare
@fumoboy007 fumoboy007 released this 18 Sep 06:11
· 29 commits to main since this release
- `MessagePackEncoder` to serialize a `Codable` value to MessagePack bytes.
- `MessagePackDecoder` to deserialize a `Codable` value from MessagePack bytes.
- `MessagePackTimestamp` to represent MessagePack timestamp values.
- `CodableAsMessagePackExtension` to implement application-specific MessagePack extension types.