Cargo Features

ELS has no features set by default.

[dependencies]
els = { version = "0.1.47", features = ["debug", "japanese", "simplified_chinese", "traditional_chinese", "unicode", "pretty", "large_thread", "py_compat", "experimental", "backtrace", "lint"] }
debug

Enables debug of erg_common, erg_compiler, and molc ^0.2

erg_compiler:

when "debug" feature is turned on, that of parser will also be turned on.

japanese

Enables japanese of erg_common and erg_compiler

simplified_chinese

Enables simplified_chinese of erg_common and erg_compiler

traditional_chinese

Enables traditional_chinese of erg_common and erg_compiler

unicode

Enables unicode of erg_common and erg_compiler

pretty

Enables pretty of erg_common and erg_compiler

large_thread

Enables large_thread of erg_common and erg_compiler

py_compat

Enables py_compat of erg_compiler

experimental

Enables experimental of erg_common and erg_compiler

backtrace

Enables backtrace of erg_common and debug of molc ^0.2

molc:

enables debug logging even in release builds

lint

Enables erg_linter

ELS has 11 features without comments.