Cargo Features
[dependencies]
hdfs-sys = { version = "0.3.0", default-features = false, features = ["hdfs_2_2", "hdfs_2_3", "hdfs_2_4", "hdfs_2_5", "hdfs_2_6", "hdfs_2_7", "hdfs_2_8", "hdfs_2_9", "hdfs_2_10", "hdfs_3_0", "hdfs_3_1", "hdfs_3_2", "hdfs_3_3", "vendored"] }
- default = hdfs_2_6
-
The
hdfs_2_6
feature is set by default wheneverhdfs-sys
is added without
somewhere in the dependency tree.default-features = false - hdfs_2_2 hdfs_2_3?
- hdfs_2_3 hdfs_2_4? = hdfs_2_2
-
Affects
hdfs_2_2::hdfsReadStatistics.totalZeroCopyBytesRead
… - hdfs_2_4 hdfs_2_5? = hdfs_2_3
- hdfs_2_5 hdfs_2_6 = hdfs_2_4
- hdfs_2_6 default hdfs_2_7? = hdfs_2_5
- hdfs_2_7 hdfs_2_8? = hdfs_2_6
- hdfs_2_8 hdfs_2_9? = hdfs_2_7
- hdfs_2_9 hdfs_2_10? = hdfs_2_8
- hdfs_2_10 hdfs_3_0? = hdfs_2_9
- hdfs_3_0 hdfs_3_1? = hdfs_2_10
- hdfs_3_1 hdfs_3_2? = hdfs_3_0
- hdfs_3_2 hdfs_3_3? = hdfs_3_1
- hdfs_3_3 = hdfs_3_2
- vendored