1pub mod common { 2 include!(concat!(env!("OUT_DIR"), "/hadoop.common.rs")); 3} 4 5pub mod hdfs { 6 include!(concat!(env!("OUT_DIR"), "/hadoop.hdfs.rs")); 7}