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
This release reworks the fundamentals of the crate specifically to add const support. The generic Endian struct has been replaced by the separate NativeEndian, LittleEndian, and BigEndian structs and implementations are no longer generic.