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
Updated to "1.0" releases of syn and quote packages (#53)
The PackedStruct trait is not generic anymore, the size of the array has been moved into an associated type. Thus a single struct can only be serialized into a particular output size
The main pack() trait method now returns a Result type for potential failures in packing
Added support for tuple packing of slices, with support for a single dynamically sized packing type, like a vector of packable structs
Added crate features for generating larger types for the built-in packing arrays, byte_types_64 and byte_types_256
Moved serde support to an optional feature named use_serde
The Integer wrapper now implements Eq and Hash traits (#55)