ogxd / gxhash

The fastest hashing algorithm 📈
https://docs.rs/gxhash
MIT License
696 stars 23 forks source link

Add no `no_std` support #52

Closed ogxd closed 6 months ago

ogxd commented 6 months ago

Extracted from https://github.com/ogxd/gxhash/pull/35

ogxd commented 6 months ago

cargo build --no-default-features does not build atm

ogxd commented 6 months ago

Now it builds with --no-default-features. Added a step in CI for it.

ogxd commented 6 months ago

Had to fixup an issue with my git config before repo gets too large / too many contributors to do it. It messed up this PR but no worry I have rebased it: https://github.com/ogxd/gxhash/pull/55