A fast, zero-dependency MessagePack implementation written in Swift 4. Supports Apple platforms and Linux.
This is a fork of https://github.com/a2/MessagePack.swift
(it looks like that repository is inactive for long time).
- Version 4.1 support Swift 6 and the
MessagePackValue
is aSendable
. - Versions 4.0 support Swift 5.2.
- Versions 3.x support Swift 4.
- Support for Swift 3 was dropped after 2.1.1.
- Support for Swift 2 was dropped after 1.2.0.
Alexsander Akers, me@a2.io and others.
MessagePack.swift is available under the MIT license. See the LICENSE file for more info.