chronoxor / FastBinaryEncoding

Fast Binary Encoding is ultra fast and universal serialization solution for C++, C#, Go, Java, JavaScript, Kotlin, Python, Ruby, Swift
https://chronoxor.github.io/FastBinaryEncoding
MIT License
827 stars 86 forks source link

Uint8 in Swift #46

Closed ilgabbio closed 3 years ago

ilgabbio commented 3 years ago

The uint8 data type is converted in Swift code with the type name "uint8" instead of "UInt8".

ilgabbio commented 3 years ago

Not present.