libdictenstein 4.0.0-rc.1

High-performance dictionary data structures (trie, DAWG, double-array trie, suffix automaton, lock-free durable persistent ART) behind one trait API; pairs with liblevenshtein for fuzzy matching
1
2
3
4
5
6
7
go 1.25

use (
	./bindings/go
	../liblevenshtein-rust/bindings/go
	../vinary-tree-interop/bindings/go
)