paradedb-tantivy 0.21.0

Search engine library
Documentation
test:
	@echo "Run test only... No examples."
	cargo test --tests --lib

fmt:
	cargo +nightly fmt --all