Cargo Features
[dependencies]
ohos_hilog = { version = "0.1.2", default-features = false, features = ["regex"] }
- default = regex
-
The
regex
feature is set by default wheneverohos_hilog
is added without
somewhere in the dependency tree.default-features = false - regex default
-
Enables regex of env_logger ^0.10
ohos_hilog has 2 features without comments.