This project brings FlatBuffers (an efficient cross platform serialization library) to Swift.
Stars
573
Forks
41
Watchers
573
Open Issues
16
Overall repository health assessment
No package.json found
This might not be a Node.js project
A few fixed to make the lib work better with current Swift
03576eeView on GitHubFixing memory leak. buffer needs to be deallocated on builder object destruction
49d9306View on GitHubchanging code generator to respect latest rename refactoring
98ae025View on GitHubFinal Swift 3 API cleanup: FlatBuffersBuildConfig -> FlatBuffersBuilderOptions, numOfProperties -> withPropertyCount
9e99aeeView on GitHubadded updated Reader in code generator and created test to make sure that it will not happen again.
1567063View on GitHubcode generator which implements all changes from https://github.com/mzaks/FlatBuffersSwift/issues/55
07be25eView on GitHub