jayzhan211 commented on issue #11375: URL: https://github.com/apache/datafusion/issues/11375#issuecomment-2219291079
Given the reason in the article, instead of naming it `mod.rs` under the `crate` like `crate/mod.rs`, we should directly name it with descriptive name. I found a great image of describing module hierarchy https://www.reddit.com/r/rust/comments/ujry0b/media_how_to_create_a_module_hierarchy_in_rust/ In this way, it is possible that no `mod.rs` exist anymore. And, `lib.rs` just contains bunch of `mod` and `use` statement. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
