FlatBuffersSwift icon indicating copy to clipboard operation
FlatBuffersSwift copied to clipboard

This project brings FlatBuffers (an efficient cross platform serialization library) to Swift.

Results 16 FlatBuffersSwift issues
Sort by recently updated
recently updated
newest added

enhancement
help wanted

There was a half baked support but I decided to remove it and provide proper support when it is needed.

This feature will also make it possible to include all infrastructure code inside the generated file. This way users don't have to include FlatBuffersSwift module, generating code will be self...

enhancement