Cargo Features
libcorn has no features set by default.
[dependencies]
libcorn = { version = "0.10.0", 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.9.8
- lua52
-
Enables lua52 of mlua ^0.9.8
- lua53
-
Enables lua53 of mlua ^0.9.8
- lua54
-
Enables lua54 of mlua ^0.9.8
- luajit
-
Enables luajit of mlua ^0.9.8
- luajit52
-
Enables luajit52 of mlua ^0.9.8
- 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?
- console_error_panic_hook wasm?
- wee_alloc wasm?
- mlua lua51? lua52? lua53? lua54? luajit? luajit52?
-
Enables mlua ^0.9.8
- criterion bench?
-
Enables criterion
bench