Cargo Features

Boytacean has no features set by default.

[dependencies]
boytacean = { version = "0.10.14", features = ["wasm", "python", "simd", "debug", "pedantic", "cpulog", "gen-mock"] }
wasm = js-sys, wasm-bindgen

Enables wasm of boytacean-common

Affects gb::hook_impl

python = pyo3

Enables python of boytacean-common

Affects boytacean::py

simd

Enables simd of boytacean-encoding and boytacean-hashing

Affects color::rgb888_to_rgb1555_simd

debug
pedantic

Affects diag::PEDANTIC

cpulog
gen-mock

Affects gen::mock

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.

wasm-bindgen wasm?
js-sys wasm?
pyo3 python?

Enables pyo3 ^0.20