christophhagen / BinaryCodable

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

Introduce varint and zigzag wrappers #17

Closed christophhagen closed 6 months ago

christophhagen commented 6 months ago

Add additional @VariableLengthEncoded and @ZigZagEncoded property wrappers for integers. Also renames @FixedSize to @FixedSizeEncoded.