34305c4ce4
* Adds the basic structure for required to add grpc support Added the message implementation Updated the code to confirm to the protocol flatbuffersobject Adds an example for Swift flatbuffers GRPC Started implementing the swift GRPC code Gen Generator generates protocols now Fixing ci issues Migrated the logic to use grpc_generator::File instead of string Refactored swift project Implemented GRPC in swift Finished implementing GRPC in swift Fixes issues Adds contiguousBytes initializer to swift Adds documentation + fixes buffer nameing in tables + structs Adds documentation + fixes buffer nameing in tables + structs Updated tests * Updated version |
||
---|---|---|
.. | ||
Sources/FlatBuffers | ||
FlatBuffers.podspec | ||
LICENSE | ||
Package.swift | ||
README.md |
README.md
FlatBuffers swift can be found in both SPM
.package(url: "https://github.com/mustiikhalil/flatbuffers.git", .branch("swift"))
and Cocoapods
pod 'FlatBuffers', :git => 'https://github.com/mustiikhalil/flatbuffers.git' :branch => 'swift'
To report any error please use the main repository.