Cargo Features

rsp6-decoder has no features set by default.

[dependencies]
rsp6-decoder = { version = "0.1.0", features = ["wasm"] }
wasm = console_error_panic_hook, lazy_static, serde-wasm-bindgen, wasm-bindgen, wee_alloc

Affects rsp6-decoder::wasm

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.

console_error_panic_hook wasm?
lazy_static wasm?
serde-wasm-bindgen wasm?

Enables serde-wasm-bindgen ^0.4

wasm-bindgen wasm?
wee_alloc wasm?