/BinarySpec.swift

Parsing binary protocols (for Swift)

Primary LanguageSwiftApache License 2.0Apache-2.0

BinarySpec is an incremental, zero-copying parser for binary protocols

Build Status

Sample code for BinarySpec

Installing

CocoaSeeds

BinarySpec currently only supports CocoaSeeds.

github 'antitypical/Result', '1.0.1', :files=>'Result/*.swift'
github 'robrix/Box', '2.0', :files=>'Box/*.swift'
github 'kennytm/BinarySpec.swift', '0.3.0', :files=>'Sources/*.{h,swift}'

License

Apache 2.0.