Cargo Features
blip has no features set by default.
[dependencies]
blip = { version = "0.3.0", features = ["full", "cache"] }
- full = cache
- cache full? = cache_2q, consistent_hash_ring, once_cell
-
Affects
service::cache
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- consistent_hash_ring cache?
-
Enables consistent_hash_ring
service-specific deps
- cache_2q cache?
- once_cell cache?