Wednesday, April 4, 2018

Swift Protobuf

Apple (via Russell Ivanovic):

Apple’s Swift programming language is a perfect complement to Google’s Protocol Buffer ("protobuf") serialization technology. They both emphasize high performance and programmer safety.

This project provides both the command-line program that adds Swift code generation to Google’s protoc and the runtime library that is necessary for using the generated code. After using the protoc plugin to generate Swift code from your .proto files, you will need to add this library to your project.

Previously: Serialization on macOS and iOS: Speed and Size.

Comments RSS · Twitter

Leave a Comment