Cargo Features
[dependencies]
fs-hdfs = { version = "0.1.12", default-features = false, features = ["use_existing_hdfs", "test_util"] }
- default = test_util
-
The
test_util
feature is set by default wheneverfs-hdfs
is added without
somewhere in the dependency tree.default-features = false - use_existing_hdfs
- test_util default
-
Affects
fs-hdfs::minidfs
,fs-hdfs::util
…