I would like to know if there is any objection to having a `cstring` type as key instead of `string`.
I currently use the `string` type, but to avoid transforming it, I'd like to use `cstring` directly. I'm wondering because in a paragraph on Hashing in the nim help `tables` section, it is stipulated that using other types than `string` or `int` can cause problems.