[go: up one dir, main page]

protobuf 3.0.3

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