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