Pokémon Go Protobuffers for Rust

Exported from and maintained at https://github.com/AeonLucid/POGOProtos

Usage

``` rust extern crate pokemongoprotobuf;

use pokemongoprotobuf::POGOProtos_Data::PlayerData;

pub fn main() { let x = PlayerData::new(); // Start using the protobuf structs to encode/decode } ```

Update this repository