Cargo Features

[dependencies]
kmerutils = { version = "0.0.10", default-features = false, features = ["withzmq", "simdeez_f", "sminhash2"] }
default = sminhash2

The sminhash2 feature is set by default whenever kmerutils is added without default-features = false somewhere in the dependency tree.

withzmq = zmq

This feature requires libzmq (and libsodium). It enables loadind of quality as a service in the target qualityloader

Required by the qualityloader binary

simdeez_f

Enables simdeez_f of hnsw_rs

hnsw_rs:

feature for simd on stable for x86*

sminhash2 default

Enables sminhash2 of probminhash

probminhash:

to enable the interger version of superminhash

Affects setsketchert::SuperHash2Sketch

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.

[[example]]

zmq withzmq?

Enables zmq ^0.9

for networking