Cargo Features
Erg has no features set by default.
[dependencies]
erg = { version = "0.6.48-nightly.0", features = ["debug", "full", "backtrace", "japanese", "simplified_chinese", "traditional_chinese", "unicode", "pretty", "large_thread", "py_compat", "gal", "els", "full-repl", "experimental", "log-level-error", "parallel"] }
- debug
-
when "debug" feature is turned on, that of the following crates will also be turned on.
"els/debug"Enables debug of erg_common, erg_compiler, erg_linter, and erg_parser
- full = els, full-repl, pretty, unicode
- backtrace
-
Enables backtrace of els and erg_common
- japanese
-
Enables japanese of els, erg_common, erg_compiler, erg_linter, and erg_parser
- simplified_chinese
-
Enables simplified_chinese of els, erg_common, erg_compiler, erg_linter, and erg_parser
- traditional_chinese
-
Enables traditional_chinese of els, erg_common, erg_compiler, erg_linter, and erg_parser
- unicode full?
-
Enables unicode of els, erg_common, erg_compiler, erg_linter, and erg_parser
- pretty full?
-
Enables pretty of els, erg_common, erg_compiler, erg_linter, and erg_parser
- large_thread
-
Enables large_thread of els, erg_common, erg_compiler, erg_linter, and erg_parser
- py_compat
-
Enables py_compat of els and erg_compiler
- gal
-
Enables gal of erg_common and erg_compiler
- els backtrace? full? japanese? large_thread? pretty? py_compat? simplified_chinese? traditional_chinese? unicode?
-
Enables els, els of erg_common and erg_compiler
- full-repl full?
-
Enables full-repl of erg_common
- experimental = parallel
-
Enables experimental of erg_common, erg_compiler, erg_linter, and erg_parser
- log-level-error
-
Enables log-level-error of erg_common, erg_compiler, erg_linter, and erg_parser
- parallel experimental?
-
The parallelizing compiler was found to contain a bug that caused it to hang in complex dependencies, so it is disabled by default.
Enables parallel of erg_common, erg_compiler, erg_linter, and erg_parser