On Wed, Mar 18, 2026 at 3:31 PM Alice Ryhl <[email protected]> wrote: > > In principle this is possible using > > #[path = "pci/pci.rs"] > pub mod pci;
No, I meant supported natively, i.e. without having to write an extra file everywhere (which could perhaps be simpler as just a symlink instead). We could also generate the `mod.rs` on the fly, but that means a clean tree isn't great for tooling etc. Cheers, Miguel
