Cargo Features

Sudoko has no features set by default.

[dependencies]
sudoko = { version = "0.6.0", features = ["wasm", "serde"] }
wasm = console_error_panic_hook, js-sys, wasm-bindgen, web-sys
serde

Enables serde and serde_json

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?

Enables wasm-bindgen

WASM-specific dependencies (optional)

js-sys wasm?
console_error_panic_hook wasm?

Affects wasm::set_panic_hook

web-sys wasm?