boiler-generated 0.1.0

Generated files for the boiler steam connection library.
Documentation
1
2
3
4
5
6
7
8
#!/usr/bin/env bash

rsprotoc() { protoc "$@" --rust_out ../src/ --proto_path=./ --proto_path=/usr/include --proto_path=/usr/local/include ;}

cd proto
rsprotoc encrypted_app_ticket.proto
rsprotoc steammessages_base.proto
rsprotoc steammessages_clientserver.proto