Is it possible to have an insert-only map and get read-only references to values?

Theoretically I think this is possible since we never actually change the internal values, but I can't find such an implementation on crates.io .

The first related thread listed below for me suggests