vsag 0.1.0

VSAG Rust binding
1
2
3
4
5
6
7
8
9

.PHONY: fmt
fmt:
	find src include -iname "*.h" -o -iname "*.cpp" | xargs clang-format -i
	cargo fmt

.PHONY: test
test:
	cargo test