tc-network 0.8.0

Tetcore network protocol
Documentation
1
2
3
4
5
6
7
8
const PROTOS: &[&str] = &[
	"src/schema/api.v1.proto",
	"src/schema/light.v1.proto"
];

fn main() {
	prost_build::compile_protos(PROTOS, &["src/schema"]).unwrap();
}