Cargo Features
[dependencies]
rutin_resp3 = { version = "0.1.0", default-features = false, features = ["mlua", "ahash"] }
- default = ahash
-
The
ahash
feature is set by default wheneverrutin_resp3
is added without
somewhere in the dependency tree.default-features = false - mlua
-
Enables mlua
- ahash default
-
Enables ahash
rutin_resp3 has 3 features without comments.