protobuf/
byteorder.rs

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