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 whenever hdfs-sys is added without default-features = false somewhere in the dependency tree.

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