ld-lucivy 0.26.1

BM25 search engine with cross-token fuzzy matching, substring search, regex, and highlights
Documentation
1
2
3
4
5
6
test:
	@echo "Run test only... No examples."
	cargo test --tests --lib

fmt:
	cargo +nightly fmt --all