Cargo Features
lcax_core has no features set by default.
[dependencies]
lcax_core = { version = "3.0.2", features = ["pybindings", "jsbindings"] }
- pybindings = pyo3
-
Enables extension-module of pyo3
Python Bindings
- jsbindings = console_error_panic_hook, tsify-next, wasm-bindgen
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 pybindings?
- wasm-bindgen jsbindings?
-
Enables wasm-bindgen
JS Bindings
- console_error_panic_hook jsbindings?
- tsify-next jsbindings?