flatbuffers/swift
mustiikhalil 7cb4762a61
[Swift] Improving reallocation time by using memcpy and moving reallocation code to storage (#5960)
Removes stride

Use capacity - current size to initialize

Fixes memory leak

Updated test code for linux
2020-06-11 08:53:32 -07:00
..
Sources/FlatBuffers [Swift] Improving reallocation time by using memcpy and moving reallocation code to storage (#5960) 2020-06-11 08:53:32 -07:00
FlatBuffers.podspec Required is now implemented in swift (#5952) 2020-06-08 10:08:16 -07:00
LICENSE Adds cocoapods and a readme of how to get the package (#5771) 2020-02-21 11:42:07 -08:00
Package.swift [Swift] Swift implementation 🎉🎉 (#5603) 2020-01-09 12:12:10 -08:00
README.md [swift] Moves code to use VTablesStorage (#5888) 2020-05-07 12:28:42 -07:00

README.md

FlatBuffers swift can be found in both SPM

.package(url: "https://github.com/mustiikhalil/flatbuffers.git", from: "X.Y.Z"),

and Cocoapods

pod 'FlatBuffers'

Notes

1- To report any error please use the main repository. 2- The package 0.4.0 will break the generated code. You can download the binary here and select the latest push to master