mod foo { mod bar; }
. ├── lib.rs └── foo/ └── mod.rs └── one.rs └── two.rs └── three.rs └── four.rs └── bar/ └── mod.rs └── one.rs └── two.rs └── three.rs └── four.rs