Do any of you ever do

boop.rs
boop/
beep.rs
bloop.rs

for modules? I still always do

boop/
mod.rs
beep.rs
bloop.rs

because it feels wrong to have two things named boop.

@ceejbot hah yeah nah I only do the latter as well
@ceejbot Huh. I didn't even know the former was a thing.
@ceejbot it's me. I only do the former, I never liked mod.rs and moved away from it asap
@defer you are unusual and I love it
@ceejbot always mod.rs, I've yet to see a filetree that doesn't sort directories on the top, and having two related things completely separated is wild
@ceejbot looks like at some point i switched my projects over to "the new way" but i agree it's confusing to have a runtime.rs AND runtime/*.rs files