Exported from and maintained at https://github.com/AeonLucid/POGOProtos
``` rust extern crate pokemongoprotobuf;
use pokemongoprotobuf::POGOProtos_Data::PlayerData;
pub fn main() { let x = PlayerData::new(); // Start using the protobuf structs to encode/decode } ```
Install protobuf 3 and rust-protobuf (cargo install protobuf
)
Update the submodule
shell
git submodule init
git submodule update
cd POGOProtos
git pull
cd ..
Execute ./compile.sh