Cargo Features
[dependencies]
jmdict = { version = "2.0.0", default-features = false, features = ["full", "scope-uncommon", "scope-archaic", "translations-eng", "translations-dut", "translations-fre", "translations-ger", "translations-hun", "translations-rus", "translations-slv", "translations-spa", "translations-swe", "db-empty", "db-minimal"] }
- default = translations-eng
-
The
translations-eng
feature is set by default wheneverjmdict
is added without
somewhere in the dependency tree.default-features = false - full = scope-archaic, scope-uncommon, translations-dut, translations-eng, translations-fre, translations-ger, translations-hun, translations-rus, translations-slv, translations-spa, translations-swe
- scope-uncommon full?
- scope-archaic full?
-
Enables scope-archaic of jmdict-enums
- translations-eng default full?
-
Enables translations-eng of jmdict-enums
- translations-dut full?
-
Enables translations-dut of jmdict-enums
- translations-fre full?
-
Enables translations-fre of jmdict-enums
- translations-ger full?
-
Enables translations-ger of jmdict-enums
- translations-hun full?
-
Enables translations-hun of jmdict-enums
- translations-rus full?
-
Enables translations-rus of jmdict-enums
- translations-slv full?
-
Enables translations-slv of jmdict-enums
- translations-spa full?
-
Enables translations-spa of jmdict-enums
- translations-swe full?
-
Enables translations-swe of jmdict-enums
- db-empty
-
WARNING: These produce a broken build. Read the module-level docs before proceeding.
- db-minimal