Sha256: 9054a2a2f9af140f305ca29155d942fafbac9fb0874067611adc8a5990546be4
Contents?: true
Size: 327 Bytes
Versions: 15
Compression:
Stored size: 327 Bytes
Contents
mod memchr; // For debugging, particularly in CI, print out the byte order of the current // target. #[cfg(all(feature = "std", target_endian = "little"))] #[test] fn byte_order() { eprintln!("LITTLE ENDIAN"); } #[cfg(all(feature = "std", target_endian = "big"))] #[test] fn byte_order() { eprintln!("BIG ENDIAN"); }
Version data entries
15 entries across 15 versions & 1 rubygems