christophhagen / BinaryCodable

A binary encoder for Swift Codable types
MIT License
92 stars 7 forks source link

Add packed sequence encoding #22

Closed christophhagen closed 6 months ago

christophhagen commented 6 months ago

This PR changes the binary format for arrays and sets where the element doesn't require length information.