Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 956 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 956 Bytes

Crates Version License: MIT Documentation

Documentation (master)

Protocol buffers for the StarCraft II Client API. Automatically generated from the protobuf definitions at Blizzard/s2client-proto.

Pre-generated files in src/ will be compiled by default. If you want to generate rust code from .proto files, install protobuf compiler and make sure it's in PATH. Then build this lib with protoc-rust feature.

Please note that this repository only contains the protobuf definitions, no abstraction is included here.