Cargo Features
[dependencies]
reinda = { version = "0.3.0", default-features = false, features = ["always-prod", "hash", "compress"] }
- default = compress, hash
-
These default features are set whenever
reinda
is added without
somewhere in the dependency tree.default-features = false - always-prod
-
Enables always-prod of reinda-macros
- hash default
- compress default
-
Enables brotli ^5, compress of reinda-macros
Reinda has 4 features without comments.