vsag 0.1.1

Rust binding for VSAG, a vector indexing library used for similarity search.
Documentation
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