WIP!
Eventually... it will be the Fast Immutable Map in Rust, initially based on my ImTools ImHashMap with 2-3 trees under the hood.
Or maybe it will be the new FHashMap
from ImTools renamed as SmallMap with the intial amout of entries on stack.
Today, it is me learning and playing with rust.