Cargo Features
genevo has no features set by default.
[dependencies]
genevo = { version = "0.7.1", features = ["wasm-bindgen", "fixedbitset", "smallvec"] }
- wasm-bindgen = wasm-bindgen_
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.
- fixedbitset implicit feature
-
Enables fixedbitset ^0.4
fixedbitset:
FixedBitSet is a simple bitset collection
- smallvec implicit feature
-
Enables smallvec
smallvec:
'Small vector' optimization: store up to a small number of items on the stack
- wasm-bindgen_ wasm32 not emscripten wasi wasm-bindgen?
-
Enables wasm-bindgen