Cargo Features
[dependencies]
koto_parser = { version = "0.14.1", default-features = false, features = ["arc", "rc", "panic_on_parser_error"] }
- default = arc
-
The
arc
feature is set by default wheneverkoto_parser
is added without
somewhere in the dependency tree.default-features = false - arc default
-
Enables arc of koto_memory
koto_memory:
One memory management scheme can be enabled at a time
- rc
-
Enables rc of koto_memory
- panic_on_parser_error
-
Panicking be useful during development, e.g. to see the backtrace that led to the error