Cargo Features
[dependencies]
optivorbis = { version = "0.3.0", default-features = false, features = ["source-date-epoch", "wasm-bindings", "wasm-web-bindings"] }
- default = source-date-epoch
-
The
source-date-epoch
feature is set by default wheneveroptivorbis
is added without
somewhere in the dependency tree.default-features = false - source-date-epoch default
- wasm-bindings wasm-web-bindings?
-
Enables wasm-bindgen
- wasm-web-bindings = wasm-bindings
-
Enables console_error_panic_hook and console_log, js of getrandom ^0.2.15
OptiVorbis has 4 features without comments.