Cargo Features
pylyzer has no features set by default.
[dependencies]
pylyzer = { version = "0.1.0-beta.0", features = ["debug", "large_thread", "pretty", "backtrace"] }
- 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 els, erg_common, and erg_compiler
- pretty
-
Enables pretty of erg_common and erg_compiler
- backtrace
-
Enables backtrace of erg_common
pylyzer has 4 features without comments.