Cargo Features
Kamo has no features set by default.
[dependencies]
kamo = { version = "0.9.4", features = ["macros", "regex", "types"] }
- macros
-
Enables kamo-macros
- regex
-
Enables regex
Affects
code::ERR_REGEX
… - types
-
Enables lazy_static and paste
Affects
kamo::env
,kamo::types
,stats::Stats.allocated_types
,visitor::Visitor.visit_type
…