Cargo Features
[dependencies]
hbase-thrift = { version = "1.2.0", default-features = false, features = ["r2d2", "bb8", "pool"] }
- default = r2d2
-
The
r2d2
feature is set by default wheneverhbase-thrift
is added without
somewhere in the dependency tree.default-features = false - r2d2 default = pool
-
Enables impl-r2d2 of thrift-pool
- bb8 = pool
-
Enables impl-bb8 of thrift-pool
- pool bb8? r2d2 = thrift-pool
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.