xgx_intern 0.2.2

A simple Hash trait interner for rust.
Documentation
1
2
3
4
5
6
7
8
9
## xgx_intern

A simple Hash trait interner for rust.

## Why u32?

For proper wasm32 support.

wasm32 is a relevant target for many, and wasm64 support is still very poor in the rust ecosystem. Expect to convert a lot between u32 and usize.