Cargo Features
[dependencies]
miHoYo-API = { version = "0.2.18", default-features = false, features = ["full", "honkai", "starrail", "mihomo", "direct"] }
- default = genshin, honkai, starrail
-
These default features are set whenever
miHoYo-API
is added without
somewhere in the dependency tree.default-features = false - full = direct, genshin, honkai, starrail, working_on
- genshin honkai default full?
- starrail default full? = mihomo
- mihomo starrail
-
Affects
typing::StarRailStatusType
,typing::RelicType
,typing::OrnamentType
… - working_on direct full?