Cargo Features

Vectune has no features set by default.

[dependencies]
vectune = { version = "0.1.1", features = ["wasm32-unkown-unknown", "progress-bar"] }
wasm32-unkown-unknown

Enables custom of getrandom

getrandom:

Feature to enable custom RNG implementations

progress-bar = indicatif

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.

getrandom wasm32-unkown-unknown?
indicatif progress-bar?