Cargo Features

KBNF has no features set by default.

[dependencies]
kbnf = { version = "0.5.4", features = ["wasm", "python", "mimalloc"] }
wasm = js-sys, serde-wasm-bindgen, wasm-bindgen

Enables js of getrandom

getrandom:

Feature to enable JavaScript bindings on wasm*-unknown-unknown

Affects ffi_bindings::CreateVocabularyErrorJs

python = pyo3, pyo3-log

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?
serde-wasm-bindgen wasm?
js-sys wasm?
pyo3 python?
mimalloc implicit feature

Enables mimalloc

mimalloc:

Performance and security oriented drop-in allocator

pyo3-log python?