Cargo Features

[dependencies]
fasthash-sys-fork = { version = "0.4.2", default-features = false, features = ["all", "gen", "aes", "avx", "avx2", "native", "sse41", "sse42", "metro", "xx"] }
default = all, native

These default features are set whenever fasthash-sys-fork is added without default-features = false somewhere in the dependency tree.

all default = city, farm, highway, lookup3, meow, metro, mum, murmur, spooky, t1ha, wy, xx
gen = bindgen
aes
avx avx2?
avx2 = avx
native default
sse41 sse42?
sse42 = sse41

Affects city::crc, metro::crc

city farm highway lookup3 meow metro all
mum murmur spooky t1ha wy xx all

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

bindgen build gen?

Enables bindgen ^0.59