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
Probably should come up with a design for implementing #84 before doing any major changes here. eg we may need a wrapper anyway so that we can use struct {} instead of enum {}, to allow storing the endianity value at runtime, while still allowing fixed endianity to be compiled out.
Once BurntSushi/byteorder#60 lands, we won't need the
Endianity
wrapper around theByteOrder
trait.The text was updated successfully, but these errors were encountered: