skirwan / clan-lord-client-issues

Bug tracking for Clieunk
2 stars 0 forks source link

Deserialize wire/disk structs using C structs #211

Open skirwan opened 2 years ago

skirwan commented 2 years ago

Current approach of deserializing iteratively in native Swift is wasting time. Can just define structs in a .h file, assume-bound-to, and swap endianess if needed.