Cargo Features

erg_linter has no features set by default.

[dependencies]
erg_linter = { version = "0.6.36", features = ["full", "debug", "backtrace", "japanese", "simplified_chinese", "traditional_chinese", "unicode", "pretty", "large_thread", "py_compat", "gal", "full-repl", "experimental"] }
full = full-repl, pretty, unicode
debug

Enables debug of erg_common, erg_compiler, and erg_parser

erg_compiler:

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

backtrace

Enables backtrace of erg_common

japanese

Enables japanese of erg_common, erg_compiler, and erg_parser

simplified_chinese

Enables simplified_chinese of erg_common, erg_compiler, and erg_parser

traditional_chinese

Enables traditional_chinese of erg_common, erg_compiler, and erg_parser

unicode full?

Enables unicode of erg_common, erg_compiler, and erg_parser

pretty full?

Enables pretty of erg_common, erg_compiler, and erg_parser

large_thread

Enables large_thread of erg_common, erg_compiler, and erg_parser

py_compat

Enables py_compat of erg_compiler

gal

Enables gal of erg_common and erg_compiler

full-repl full?

Enables full-repl of erg_common

experimental

Enables experimental of erg_common, erg_compiler, and erg_parser

erg_linter has 13 features without comments.