hdfs_types/
lib.rs

1pub mod common {
2    tonic::include_proto!("hadoop.common");
3}
4
5pub mod hdfs {
6    tonic::include_proto!("hadoop.hdfs");
7}