mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 17:57:25 +00:00
* Migrate to swift 6.0 & swift-gRPC 2.0 The following migrates to swift 6.0, and also migrate to swift-grpc 2.0 that uses swift-nio under the hood to provide nicer API and async await Adds sendable to enum & update @_implementationOnly imports to use internal imports * Address PR comments regarding misspelling & proper method naming. |
||
|---|---|---|
| .. | ||
| lua/MyGame/Sample | ||
| rust_generated | ||
| csharp_sample.sh | ||
| dart_sample.sh | ||
| go.mod | ||
| go_sample.sh | ||
| java_sample.sh | ||
| javascript_sample.sh | ||
| kotlin_sample.sh | ||
| monster.bfbs | ||
| monster.fbs | ||
| monster_generated.h | ||
| monster_generated.lobster | ||
| monster_generated.swift | ||
| monsterdata.json | ||
| php_sample.sh | ||
| python_sample.sh | ||
| sample_bfbs.cpp | ||
| sample_binary.cpp | ||
| sample_binary.go | ||
| sample_binary.lobster | ||
| sample_binary.lua | ||
| sample_binary.py | ||
| sample_binary.rs | ||
| sample_binary.swift | ||
| sample_flexbuffers.rs | ||
| sample_flexbuffers_serde.rs | ||
| sample_text.cpp | ||
| sample_text.lobster | ||
| SampleBinary.cs | ||
| SampleBinary.java | ||
| SampleBinary.kt | ||
| SampleBinary.php | ||