Implements a double-array trie (cedar) for efficient string matching, ported from C++.
go get github.com/adamzy/cedar-goNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a trie, inserts a key-value pair, and retrieves the value.
Use external synchronization (e.g., sync.Mutex) if multiple goroutines modify the trie.
No dependency data recorded yet.