a2 / MessagePack.swift

It's like JSON, but fast and small…and Swift! – msgpack.org[Swift]
http://msgpack.org
MIT License
283 stars 60 forks source link

Swift 3 support #32

Closed a2 closed 7 years ago

nebiros commented 7 years ago

Any news?, 😅

a2 commented 7 years ago

@nebiros Yeah I have to look at @nanotech's #33 pull request. It's a great start but I have some ideas to make it Swift 3-er like with the Data class instead of [UInt8], etc.