1 /// Expose cfg as constant to be able to typecheck both versions. 2 pub(crate) const LITTLE_ENDIAN: bool = cfg!(target_endian = "little"); 3
1 /// Expose cfg as constant to be able to typecheck both versions. 2 pub(crate) const LITTLE_ENDIAN: bool = cfg!(target_endian = "little"); 3