On Wed, Mar 18, 2026 at 3:21 PM Miguel Ojeda <[email protected]> wrote: > [*] I would have preferred a middle ground like modules being inside > but repeating the folder name, e.g. `.../pci/pci.rs`, but I doubt that > will ever be supported upstream since one probably wants to support > the other ways at the same time.
In principle this is possible using #[path = "pci/pci.rs"] pub mod pci; Alice
