coreemu 0.1.5

Rust client library for gRPC interface of coreemu https://github.com/coreemu/core
Documentation
1
2
3
4
5
6
all:
	$(PYTHON) -m grpc_tools.protoc -I . --python_out=.. core/api/grpc/*.proto
	$(PYTHON) -m grpc_tools.protoc -I . --grpc_python_out=.. core/api/grpc/core.proto

clean:
	-rm -f ../core/api/grpc/*_pb2*