Cargo Features
[dependencies]
koto = { version = "0.14.1", default-features = false, features = ["arc", "rc"] }
- default = arc
-
The
arc
feature is set by default wheneverkoto
is added without
somewhere in the dependency tree.default-features = false - arc default
-
Enables arc of koto_bytecode, koto_parser, and koto_runtime
- rc
-
Enables rc of koto_bytecode, koto_parser, and koto_runtime
Koto has 3 features without comments.