Sign in
android
/
platform
/
external
/
rust
/
android-crates-io
/
0d5c23f0c3fda3b89d25b270ca064d30e494aeb2
/
.
/
crates
/
protobuf
/
src
/
byteorder.rs
blob: 364af6e0694d504bfbf703cf43960491ef3fb7e2 [
file
] [
log
] [
blame
]
/// Expose cfg as constant to be able to typecheck both versions.
pub
(
crate
)
const
LITTLE_ENDIAN
:
bool
=
cfg
!(
target_endian
=
"little"
);