waproto 0.1.0

Protocol Buffers definitions for WhatsApp
Documentation
1
2
3
4
5
6
7
8
9
10
// This module contains the auto-generated protobuf definitions.
// The code is generated from `whatsapp.proto` and checked into version control.
// To regenerate it, run `GENERATE_PROTO=1 cargo build -p waproto`.
// See `build.rs` for more details.

#![allow(clippy::large_enum_variant)]
pub mod whatsapp {
    #[rustfmt::skip]
    include!("whatsapp.rs");
}