Cargo Features

libcorn has no features set by default.

[dependencies]
libcorn = { version = "0.9.2", features = ["wasm", "lua51", "lua52", "lua53", "lua54", "luajit", "luajit52", "bench"] }
wasm = console_error_panic_hook, serde-wasm-bindgen, wasm-bindgen, wee_alloc
lua51

Enables lua51 of mlua ^0.8.9

lua52

Enables lua52 of mlua ^0.8.9

lua53

Enables lua53 of mlua ^0.8.9

lua54

Enables lua54 of mlua ^0.8.9

luajit

Enables luajit of mlua ^0.8.9

luajit52

Enables luajit52 of mlua ^0.8.9

bench = criterion

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?

Enables serde-wasm-bindgen ^0.5.0

console_error_panic_hook wasm?
wee_alloc wasm?
mlua lua51? lua52? lua53? lua54? luajit? luajit52?

Enables mlua ^0.8.9

criterion bench?

Enables criterion

bench