protobuf 3.2.0

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