sozu
sozu copied to clipboard
Change type of `TrieNode` key
the key of TrieNode
is a Vec<u8>
, but it should be a slice &[u8]
.