Cargo Features
pylyzer_core has no features set by default.
[dependencies]
pylyzer_core = { version = "0.0.69", features = ["debug", "large_thread", "pretty", "backtrace", "experimental", "parallel"] }
- debug
-
Enables debug of erg_common, erg_compiler, and py2erg
erg_compiler:
when "debug" feature is turned on, that of parser will also be turned on.
- large_thread
-
Enables large_thread of erg_common and erg_compiler
- pretty
-
Enables pretty of erg_common and erg_compiler
- backtrace
-
Enables backtrace of erg_common
- experimental = parallel
-
Enables experimental of erg_common and erg_compiler
- parallel experimental?
-
Enables parallel of erg_common and erg_compiler
erg_compiler:
The parallelizing compiler was found to contain a bug that caused it to hang in complex dependencies, so it is disabled by default.
pylyzer_core has 6 features without comments.