Cargo Features
py2erg has no features set by default.
[dependencies]
py2erg = { version = "0.1.0-beta.0", features = ["debug"] }
- debug
-
Enables debug of erg_common and erg_compiler
erg_compiler:
when "debug" feature is turned on, that of parser will also be turned on.
py2erg has 1 feature without comment.