/MessagePack.swift

It's like JSON, but fast and small…and Swift! – msgpack.org[Swift]

Primary LanguageSwiftMIT LicenseMIT

MessagePack.swift

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

  • Version 4.1 support Swift 6 and the MessagePackValue is a Sendable.
  • 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.

Authors

Alexsander Akers, me@a2.io and others.

License

MessagePack.swift is available under the MIT license. See the LICENSE file for more info.