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