anderslanglands / ustr

Fast, FFI-friendly string interning for Rust
Other
151 stars 26 forks source link

Disabling unused ahash default features #46

Closed stephanemagnenat closed 1 month ago

stephanemagnenat commented 4 months ago

All unit tests pass with the ahash default features disabled.

This should solve the compilation error on wasm-unknown-unknown, see #45.

anderslanglands commented 1 month ago

Thanks!