My take on implementing a Radix tree, for usage when large data mappings with slices as indices.
Note: this is currently a work in progress, expect unannounced brutal API changes every time the version is bumped.
Both are backed by a Radix tree.
A lot is missing right now, here's a wishlist sorted by difficulty/want:
[ ] documentation: should follow the API guidelines
[ ] map iterators: values_mut()
clear()
on both map/setfind()
on both map/setremove()
on both map/setkeys()
keys()
, values()
and iter()