viam-rust-utils 0.0.10

Utilities designed for use with Viamrobotics's SDKs
Documentation
1
2
3
4
5
6
7
8
9
10
all: build build-example
build:
	cargo build
build-example:
	cd examples/ && cargo build
buf-clean:
	find src/gen -type f \( -iname "*.rs" ! -iname "mod.rs" \) -delete
buf:	buf-clean
	buf generate buf.build/viamrobotics/goutils --template buf.gen.yaml
	buf generate buf.build/googleapis/googleapis --template buf.gen.yaml --path google/rpc --path google/api