Cargo Features

mb_vin has no features set by default.

[dependencies]
mb_vin = { version = "0.8.0", features = ["simd", "serde", "phf"] }
simd = wide
serde

Enables serde

A generic serialization/deserialization framework.

phf

Enables phf

Runtime support for perfect hash function data structures.

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.

wide simd?

Enables wide

A crate to help you go wide.