You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version: 1.0.0 Issue: I'm using restructure to unpack/pack objects for use in a binary protocol. Given "C-like structures" are a supported feature, I expected the "encode" function to align fields based on the spec provided.
If the spec states a string is 10 bytes long, shouldn't a 3-byte string be null-padded when encoded?
Version: 1.0.0
Issue: I'm using restructure to unpack/pack objects for use in a binary protocol. Given "C-like structures" are a supported feature, I expected the "encode" function to align fields based on the spec provided.
If the spec states a string is 10 bytes long, shouldn't a 3-byte string be null-padded when encoded?
For example:
Expected:
Actual:
The text was updated successfully, but these errors were encountered: