Cargo Features

Sassy has no features set by default.

[dependencies]
sassy = { version = "0.1.9", features = ["avx512", "python", "c", "scalar"] }
avx512
python = pyo3
c
scalar

Build the library with scalar types, with reduced performance.
Without this, it requires either AVX2 or NEON to be available at compile time.

Enables scalar of ensure_simd

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.

pyo3 python?

Enables pyo3 ^0.25