package
0.0.0-20231025151301-5a1af90f15b4
Repository: https://github.com/siongui/gopalilib.git
Documentation: pkg.go.dev

# Functions

BuildPaliTrieData outputs JSON format trie data.
JsonToTrie loads TrieData struct from JSON []byte.
LoadPaliTrieData returns frozen trie from JSON []byte of TrieData struct.
SetAllowedCharacters sets allowed alphabet of trie.
TrieToJson outputs JSON []byte of TrieData struct.

# Structs

TrieData struct stores data of the constructed succinct trie.