Cargo Features
mlua_derive has no features set by default.
[dependencies]
mlua_derive = { version = "0.10.1", features = ["macros"] }
- macros = itertools, once_cell, proc-macro-error2, regex
-
Affects
mlua_derive::chunk
,mlua_derive::from_lua
…
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.
- itertools macros?
-
Enables itertools ^0.13
- once_cell macros?
- proc-macro-error2 macros?
- regex macros?