Cargo Features
[dependencies]
dsconv = { version = "0.3.0", default-features = false, features = ["regex-onig", "regex-fancy"] }
- default = regex-fancy
-
The
regex-fancy
feature is set by default wheneverdsconv
is added without
somewhere in the dependency tree.default-features = false - regex-onig
-
You need to enable either of the following to build:
Use the Oniguruma regex libraryEnables regex-onig of bat ^0.18.3
- regex-fancy default
-
Use the fancy-regex regex library
Enables regex-fancy of bat ^0.18.3